Skip to content

Commit 4315d30

Browse files
committed
Merge branch 'develop' into E711/fix
2 parents 5820c29 + 2953b70 commit 4315d30

124 files changed

Lines changed: 3986 additions & 1365 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmake/flags.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,7 @@ if(NOT WIN32)
170170
if(NOT APPLE)
171171
if((${CMAKE_CXX_COMPILER_VERSION} VERSION_GREATER 8.0) OR (WITH_ROCM))
172172
set(COMMON_FLAGS
173-
${COMMON_FLAGS}
174-
-Wno-format-truncation # Warning in boost gcc 8.2
175-
-Wno-error=parentheses # Warning in boost gcc 8.2
176-
-Wno-error=catch-value # Warning in boost gcc 8.2
177-
-Wno-error=nonnull-compare # Warning in boost gcc 8.2
178-
-Wno-error=address # Warning in boost gcc 8.2
179-
-Wno-ignored-qualifiers # Warning in boost gcc 8.2
173+
${COMMON_FLAGS} -Wno-ignored-qualifiers # Warning in Paddle-Lite
180174
-Wno-ignored-attributes # Warning in Eigen gcc 8.3
181175
-Wno-parentheses # Warning in Eigen gcc 8.3
182176
)

0 commit comments

Comments
 (0)