widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #05421
[Merge] lp:~klaus-halfmann/widelands/feature-NoClangWarn into lp:widelands
Klaus Halfmann has proposed merging lp:~klaus-halfmann/widelands/feature-NoClangWarn into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~klaus-halfmann/widelands/feature-NoClangWarn/+merge/283521
Added -Wno-documentation for clang to suppress a lot of warnings
--
Your team Widelands Developers is requested to review the proposed merge of lp:~klaus-halfmann/widelands/feature-NoClangWarn into lp:widelands.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2016-01-11 20:25:48 +0000
+++ CMakeLists.txt 2016-01-21 17:52:55 +0000
@@ -121,6 +121,7 @@
wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Wno-unreachable-code")
wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=non-pod-varargs")
+ wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Wno-documentation")
wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Qunused-arguments")
else()
Follow ups