Skip to content

Commit 93ccced

Browse files
committed
Merge branch 'ab/make-compdb-fix'
Build update. * ab/make-compdb-fix: Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
2 parents 09bde81 + dd20e4a commit 93ccced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,7 @@ endif
13041304

13051305
ifeq ($(GENERATE_COMPILATION_DATABASE),yes)
13061306
compdb_check = $(shell $(CC) $(ALL_CFLAGS) \
1307+
-Wno-pedantic \
13071308
-c -MJ /dev/null \
13081309
-x c /dev/null -o /dev/null 2>&1; \
13091310
echo $$?)

0 commit comments

Comments
 (0)