Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable GCC warning in nvcc generated code
Fixes the following warning: ``` /builds/hzdr/crp/alpaka/test/unit/math/src/Defines.hpp:52:35: error: left operand of comma operator has no effect [-Werror=unused-value] 52 | for(size_t i = 0; i < argsItem.arity_nr; ++i) | ~~~~~~~~~^~~~~~~~~~ ```
- Loading branch information