Merge pull request #302 from phani544/nvccWarnings

[nvccWarnings] Fix -Wno-deprecated-declarations in hip_anyall and hip…
Этот коммит содержится в:
Maneesh Gupta
2018-01-16 12:16:51 +05:30
коммит произвёл GitHub
родитель 08fbdfcfda f69762b300
Коммит 03c8eb6d91
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
*/