diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 27ec2eca6bbe6994cb27ea5062bb9221a38a3171..d67098e99e3465084595f17f8f5bb66225814045 100644 --- a/cmake/flags.cmake +++ b/cmake/flags.cmake @@ -148,6 +148,7 @@ set(COMMON_FLAGS -Wno-unused-parameter -Wno-unused-function -Wno-error=literal-suffix + -Wno-error=sign-compare -Wno-error=unused-local-typedefs -Wno-error=parentheses-equality # Warnings in pybind11 -Wno-error=ignored-attributes # Warnings in Eigen, gcc 6.3 @@ -182,6 +183,7 @@ set(GPU_COMMON_FLAGS -Wdelete-non-virtual-dtor -Wno-unused-parameter -Wno-unused-function + -Wno-error=sign-compare -Wno-error=literal-suffix -Wno-error=unused-local-typedefs -Wno-error=unused-function # Warnings in Numpy Header.