We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d28da4 commit d2e2042Copy full SHA for d2e2042
cmake/flags.cmake
@@ -96,6 +96,7 @@ set(COMMON_FLAGS
96
-Wno-unused-parameter
97
-Wno-unused-function
98
-Wno-error=literal-suffix
99
+ -Wno-error=sign-compare
100
-Wno-error=unused-local-typedefs)
101
102
set(GPU_COMMON_FLAGS
@@ -105,6 +106,7 @@ set(GPU_COMMON_FLAGS
105
106
-Wdelete-non-virtual-dtor
107
108
109
110
111
-Wno-error=unused-local-typedefs
112
-Wno-error=unused-function # Warnings in Numpy Header.
0 commit comments