diff options
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,8 +350,8 @@ <file name="extension/param"/> </excludeinc> <flags> - <!-- -std=gnu++0x -DCPP11 --> - -Wall -Wformat -Werror=format-security -Wextra -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Werror=switch + <!-- -std=gnu++0x -DCPP11 -Wno-unused-local-typedefs --> + -Wall -Wformat -Werror=format-security -Wextra -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Werror=return-type <!-- - -> -Werror <!-- --> <!-- A list of warnings that should not error *yet*, any help is welcome in fixing the code generating these warnings! --> |
