diff options
author | Havoc Pennington <hp@redhat.com> | 2003-10-10 03:56:30 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-10-10 03:56:30 +0000 |
commit | c1f0e189030ceb2bafea0bc30d6b72a0fa381ddc (patch) | |
tree | 7eb6d2c7a43003f9d1193b5d6c73b4a565502e20 /test | |
parent | 6a65f4802e95ba442c520f8e225da837e0a9f73b (diff) |
2003-10-09 Havoc Pennington <hp@redhat.com>
* configure.in: define DBUS_HAVE_GCC33_GCOV if we have
gcc 3.3. Not that we do anything about it yet.
* bus/signals.c (bus_match_rule_parse): impose max length on the
match rule text
* dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
Diffstat (limited to 'test')
-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 |