forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Test gcc8 -WError build CI (apache#17752)
* Disable printing warnings for 3rdparty/openmp target * Remove unused build_amzn_linux_cpu * Ignore -Wclass-memaccess for gcc8 where needed * Fix uninitialized variables in DeformablePSROIPoolingOp * Update dmlc-core to ignore -Wmaybe-uninitialized in optional.h * Test gcc8 -WError build on CI
- Loading branch information
1 parent
1bbb64c
commit 268f654
Showing
16 changed files
with
95 additions
and
24 deletions.
There are no files selected for viewing
Submodule dmlc-core
updated
19 files
+3 −1 | .travis.yml | |
+23 −17 | CMakeLists.txt | |
+201 −13 | LICENSE | |
+6 −6 | appveyor.yml | |
+13 −0 | cmake/Modules/FindUBSan.cmake | |
+10 −5 | cmake/Sanitizer.cmake | |
+1 −1 | cmake/gtest_cmake.in | |
+9 −0 | include/dmlc/base.h | |
+4 −0 | include/dmlc/concurrency.h | |
+3 −2 | include/dmlc/json.h | |
+1 −1 | include/dmlc/omp.h | |
+10 −0 | include/dmlc/optional.h | |
+4 −0 | include/dmlc/parameter.h | |
+0 −2 | make/dmlc.mk | |
+5 −5 | scripts/packages.mk | |
+4 −0 | scripts/travis/travis_osx_install.sh | |
+4 −10 | scripts/travis/travis_script.sh | |
+4 −0 | test/unittest/CMakeLists.txt | |
+7 −0 | tracker/dmlc_tracker/ssh.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters