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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b88ea4..f0536ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,9 +188,6 @@
     -Wpedantic \
     -Wconversion \
     -Wsign-conversion \
-    -Wnull-dereference \
-    -Wdouble-promotion \
-    -Wformat=2 \
 "
 )