summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2020-08-31 16:47:07 +0300
committerManojKiran Eda <manojkiran.eda@gmail.com>2020-09-05 07:23:50 +0300
commitb23bb04dcfba91eec3cf8fb6ae840f0bc905f698 (patch)
tree30ee1d60f3c07b74e51a78bbe61f87cfad0e08a1
parentd206b437e3fb79a89205a9fbe748b017d312ddfa (diff)
downloadbmcweb-b23bb04dcfba91eec3cf8fb6ae840f0bc905f698.tar.xz
Remove redundant compiler flags
- There are few compiler flags that are repeated for both clang and gcc, this commit would remove those as they are redundant. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ied67507d640cbc824d0c04bb579999113c240b34
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b88ea4fea..f0536ca4da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,9 +188,6 @@ set (
-Wpedantic \
-Wconversion \
-Wsign-conversion \
- -Wnull-dereference \
- -Wdouble-promotion \
- -Wformat=2 \
"
)