Skip to content

Commit 6535102

Browse files
committed
Merge branch 'ab/auto-depend-with-pedantic'
Improve build procedure for developers. * ab/auto-depend-with-pedantic: Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic
2 parents 2498121 + 731b685 commit 6535102

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
@@ -1278,6 +1278,7 @@ endif
12781278

12791279
ifeq ($(COMPUTE_HEADER_DEPENDENCIES),auto)
12801280
dep_check = $(shell $(CC) $(ALL_CFLAGS) \
1281+
-Wno-pedantic \
12811282
-c -MF /dev/null -MQ /dev/null -MMD -MP \
12821283
-x c /dev/null -o /dev/null 2>&1; \
12831284
echo $$?)

0 commit comments

Comments
 (0)