diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-15 19:22:33 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-15 19:22:33 +0100 |
| commit | 07196538f58c069313eeda2c496278f8289b9437 (patch) | |
| tree | 88e7b44ee4b230f34838ad5160430ade22e7ab07 | |
| parent | 88a08077393d4c6f091109ccc819c6ec4664ba71 (diff) | |
| download | dbus-python-07196538f58c069313eeda2c496278f8289b9437.tar.gz | |
Add some more compiler warning flags if supported
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7bfa3f9..a9bd749 100644 --- a/configure.ac +++ b/configure.ac @@ -148,6 +148,11 @@ JH_ADD_CFLAG([-Wall]) JH_ADD_CFLAG([-Wextra]) JH_ADD_CFLAG([-Wno-missing-field-initializers]) JH_ADD_CFLAG([-Wdeclaration-after-statement]) +JH_ADD_CFLAG([-Wshadow]) +JH_ADD_CFLAG([-Wstrict-prototypes]) +JH_ADD_CFLAG([-Wmissing-prototypes]) +JH_ADD_CFLAG([-Wmissing-declarations]) +JH_ADD_CFLAG([-Wdeprecated-declarations]) JH_ADD_CFLAG([-std=c9x]) JH_ADD_CFLAG([-fno-strict-aliasing]) |
