Skip to content

Commit

Permalink
Make sign compare as a compile warning not error.
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Jan 14, 2017
1 parent 5d28da4 commit d2e2042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ set(COMMON_FLAGS
-Wno-unused-parameter
-Wno-unused-function
-Wno-error=literal-suffix
-Wno-error=sign-compare
-Wno-error=unused-local-typedefs)

set(GPU_COMMON_FLAGS
Expand All @@ -105,6 +106,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.
Expand Down

0 comments on commit d2e2042

Please sign in to comment.