Skip to content

Commit 873122f

Browse files
bjoriderickr
authored andcommitted
Temporary workaround for warning in mongoc
1 parent 49225e1 commit 873122f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.scripts/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build_lcov() {
2020
build_lcov
2121

2222
phpize
23-
./configure --enable-developer-flags --enable-coverage
23+
./configure --enable-developer-flags --enable-coverage CFLAGS="-Wno-type-limits"
2424
make all -j4
2525
sudo make install
2626
echo "Use the most-up-to-date run-tests.. old ones like 5.3 don't report failure exit codes"

0 commit comments

Comments
 (0)