Merge pull request #302 from phani544/nvccWarnings

[nvccWarnings] Fix -Wno-deprecated-declarations in hip_anyall and hip…
This commit is contained in:
Maneesh Gupta
2018-01-16 12:16:51 +05:30
committad av GitHub
förälder 08fbdfcfda f69762b300
incheckning 03c8eb6d91
2 ändrade filer med 2 tillägg och 2 borttagningar
+1 -1
Visa fil
@@ -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
*/
+1 -1
Visa fil
@@ -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
*/