AthCUDA Warning Fixes, master branch (2020.07.07.)
Compare changes
- Attila Krasznahorkay authored
When not having CUDA available, the CheckerGccPlugins code would print a warning about a local variable that did not show up with nvcc. When using GCC a number of function arguments also go unused, which provided a lot of warnings while compiling AthExCUDA.
@@ -20,11 +20,11 @@
@@ -385,11 +385,23 @@ namespace {
@@ -502,11 +514,23 @@ namespace {
@@ -801,8 +825,16 @@ namespace {