From 7fbf2591b7e845194c344cf8d7b9f372bca89f77 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 31 Mar 2016 07:04:06 +0000 Subject: [PATCH] Revert "Trun on -Wused-but-marked-unused but only as warning, never as error. (possibly clang only)" This reverts commit 9f40a75bbb9ea8e205bf0ebf9f0651971417cd6e. Change-Id: I4361f1101077643d10a86237e256ba28ed180a66 Reviewed-on: https://code.wireshark.org/review/14721 Reviewed-by: Alexis La Goutte --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfb33bd01d..cd288e208c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,11 +348,8 @@ else() -Wpointer-arith -Warray-bounds -Wformat-security - -Wused-but-marked-unused - -Wno-error=used-but-marked-unused -fwrapv -fno-strict-overflow - # -ferror-limit=0 -Wvla -Waddress -Wattributes