diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-03-15 11:35:21 +0100 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2014-03-17 14:32:44 +0000 |
commit | d43f7d134b11cc937fa47110e0512e13f770f777 (patch) | |
tree | 4ee1760c5494ae798efb7cb7d62e4b8fe22b166d /CMakeLists.txt | |
parent | 66d0b1893a8b0786abef967b7f743cedb7143d87 (diff) | |
download | wireshark-d43f7d134b11cc937fa47110e0512e13f770f777.tar.gz wireshark-d43f7d134b11cc937fa47110e0512e13f770f777.tar.bz2 wireshark-d43f7d134b11cc937fa47110e0512e13f770f777.zip |
Remove -Wunreachable-code it is removed from GCC
http://gcc.gnu.org/ml/gcc-help/2011-05/msg00360.html
Change-Id: I3f016611d0dc5e7cc6d53965f9b5d2b1ee88fe1c
Reviewed-on: https://code.wireshark.org/review/677
Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c499046afd..a2e17697e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,7 +232,6 @@ else() -pedantic -Woverflow -fstrict-overflow -Wstrict-overflow=4 - -Wunreachable-code -Wunsafe-loop-optimizations -Wcast-align -Wcast-qual |