Skip to content

Commit d9a4659

Browse files
committed
[[ Clang ]] Prevent return type warning in third party header
1 parent 15f118a commit d9a4659

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

revdb/revdb.gyp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,16 @@
475475
],
476476
},
477477
],
478+
[
479+
'OS == "linux"',
480+
{
481+
'cflags!':
482+
[
483+
# Error in ../../thirdparty/libsqlite/include/qry_dat.h
484+
'-Werror=return-type',
485+
],
486+
},
487+
],
478488
[
479489
'OS == "mac" or OS == "ios"',
480490
{
@@ -555,6 +565,12 @@
555565
[
556566
'-fexceptions',
557567
],
568+
569+
'cflags!':
570+
[
571+
# Error in ../../thirdparty/libsqlite/include/qry_dat.h
572+
'-Werror=return-type',
573+
],
558574
},
559575
],
560576
[

0 commit comments

Comments
 (0)