We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e5c72 commit d3f4861Copy full SHA for d3f4861
clang.diff
@@ -1,18 +1,20 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index fcb8103..06fa58f 100644
+index fcb8103..c1f3967 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
-@@ -18,7 +18,9 @@ set(CXX_FLAGS
+@@ -18,7 +18,11 @@ set(CXX_FLAGS
6
-Wextra
7
-Werror
8
-Wconversion
9
++ -Wno-null-dereference
10
+ -Wno-sign-conversion
11
++ -Wno-unused-local-typedef
12
-Wno-unused-parameter
13
+ -Wno-unused-private-field
14
-Wold-style-cast
15
-Woverloaded-virtual
16
-Wpointer-arith
-@@ -27,16 +29,15 @@ set(CXX_FLAGS
17
+@@ -27,16 +31,15 @@ set(CXX_FLAGS
18
-march=native
19
# -MMD
20
# -std=c++0x
0 commit comments