diff options
author | Matti Hänninen <matti@mjhanninen.com> | 2015-08-21 22:35:55 +0200 |
---|---|---|
committer | Matti Hänninen <matti@mjhanninen.com> | 2015-08-22 21:41:14 +0200 |
commit | f4cbfcdc1e347b68b7c875f746128ee0b1605423 (patch) | |
tree | 5da6f8a060310d1e7c31d5ddcf95c6bd24ea22d7 /SetFlags.cmake | |
parent | Removed unused function (diff) | |
download | cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar.gz cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar.bz2 cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar.lz cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar.xz cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.tar.zst cuberite-f4cbfcdc1e347b68b7c875f746128ee0b1605423.zip |
Diffstat (limited to '')
-rw-r--r-- | SetFlags.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SetFlags.cmake b/SetFlags.cmake index 9931e4b64..c99a6355b 100644 --- a/SetFlags.cmake +++ b/SetFlags.cmake @@ -277,7 +277,6 @@ macro(set_exe_flags) # Ignore another problem in sqlite add_flags_cxx("-Wno-documentation-unknown-command") endif() - add_flags_cxx("-Wno-format-pedantic") endif() endif() endif() |