diff options
Diffstat (limited to 'test/decode-gcov.c')
| -rw-r--r-- | test/decode-gcov.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/test/decode-gcov.c b/test/decode-gcov.c index a7a4478b..29f061f7 100644 --- a/test/decode-gcov.c +++ b/test/decode-gcov.c @@ -38,6 +38,10 @@  #include <stdlib.h>  #include <string.h> +#ifdef DBUS_HAVE_GCC33_GCOV +#error "gcov support not yet implemented for gcc 3.3 and greater; the file format changed" +#endif +  #ifndef DBUS_HAVE_INT64  #error "gcov support can't be built without 64-bit integer support"  #endif  | 
