Skip to content

Commit

Permalink
revert flags.cmake test=develop (PaddlePaddle#21437)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongweibao authored and raindrops2sea committed Dec 2, 2019
1 parent d4776ec commit c93c9e5
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 @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c93c9e5

Please sign in to comment.