Merge pull request #302 from phani544/nvccWarnings

[nvccWarnings] Fix -Wno-deprecated-declarations in hip_anyall and hip…

[ROCm/hip commit: c46967cdd8]
Dieser Commit ist enthalten in:
Maneesh Gupta
2018-01-16 12:16:51 +05:30
committet von GitHub
Commit 504755669b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp
* BUILD: %t %s ../test_common.cpp NVCC_OPTIONS --Wno-deprecated-declarations
* RUN: %t
* HIT_END
*/
@@ -18,7 +18,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp
* BUILD: %t %s ../test_common.cpp NVCC_OPTIONS --Wno-deprecated-declarations
* RUN: %t
* HIT_END
*/