Ignore warnings

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 11:27:58 -07:00
parent 0bb141c372
commit 95e8797331
+2 -2
View File
@@ -42,7 +42,7 @@ jobs:
CXX: clang++ CXX: clang++
run: | run: |
phpize phpize
./configure ./configure --cc-opt="-Wno-error"
make make
php-linux-x64: php-linux-x64:
@@ -80,7 +80,7 @@ jobs:
CXX: clang++ CXX: clang++
run: | run: |
phpize phpize
./configure ./configure --cc-opt="-Wno-error"
make make
make test make test