File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Build & Install
2727 # mkl/rng/device/detail/mrg32k3a_impl.hpp has a number of sign-compare error
2828 # mkl/rng/device/detail/mrg32k3a_impl.hpp has missing braces in array-array initalization
29- env : {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-sign-compare -Wno-missing-braces "}
29+ env : {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-unused-variable -Wno-shadow "}
3030 run : |
3131 set +e
3232 source /opt/intel/oneapi/setvars.sh
7373 restore-keys : |
7474 ccache-${{ github.workflow }}-${{ github.job }}-git-
7575 - name : Build & Install
76- # mkl/rng/device/detail/mrg32k3a_impl.hpp has a number of sign-compare error
77- # mkl/rng/device/detail/mrg32k3a_impl.hpp has missing braces in array-array initalization
7876 # /usr/include/c++/12/bits/stl_tempbuf.h has deprecated-declarations in 'get_temporary_buffer<std::pair<long, int>>'
79- env : {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-sign-compare -Wno-missing-braces -Wno-error=pass-failed -Wno-tautological-constant-compare -Wno- deprecated-declarations"}
77+ env : {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-deprecated-declarations"}
8078 run : |
8179 set +e
8280 source /opt/intel/oneapi/setvars.sh
You can’t perform that action at this time.
0 commit comments