|
|
@ -148,7 +148,6 @@ set(COMMON_FLAGS
|
|
|
|
-Wno-unused-parameter
|
|
|
|
-Wno-unused-parameter
|
|
|
|
-Wno-unused-function
|
|
|
|
-Wno-unused-function
|
|
|
|
-Wno-error=literal-suffix
|
|
|
|
-Wno-error=literal-suffix
|
|
|
|
-Wno-error=sign-compare
|
|
|
|
|
|
|
|
-Wno-error=unused-local-typedefs
|
|
|
|
-Wno-error=unused-local-typedefs
|
|
|
|
-Wno-error=parentheses-equality # Warnings in pybind11
|
|
|
|
-Wno-error=parentheses-equality # Warnings in pybind11
|
|
|
|
-Wno-error=ignored-attributes # Warnings in Eigen, gcc 6.3
|
|
|
|
-Wno-error=ignored-attributes # Warnings in Eigen, gcc 6.3
|
|
|
@ -183,7 +182,6 @@ set(GPU_COMMON_FLAGS
|
|
|
|
-Wdelete-non-virtual-dtor
|
|
|
|
-Wdelete-non-virtual-dtor
|
|
|
|
-Wno-unused-parameter
|
|
|
|
-Wno-unused-parameter
|
|
|
|
-Wno-unused-function
|
|
|
|
-Wno-unused-function
|
|
|
|
-Wno-error=sign-compare
|
|
|
|
|
|
|
|
-Wno-error=literal-suffix
|
|
|
|
-Wno-error=literal-suffix
|
|
|
|
-Wno-error=unused-local-typedefs
|
|
|
|
-Wno-error=unused-local-typedefs
|
|
|
|
-Wno-error=unused-function # Warnings in Numpy Header.
|
|
|
|
-Wno-error=unused-function # Warnings in Numpy Header.
|
|
|
|