GUACAMOLE-68: Remove -pedantic flag for subprojects depending on libraries which use compiler extensions.
This commit is contained in:
parent
a46ce4cc3b
commit
4ea5f163f0
@ -79,7 +79,7 @@ noinst_HEADERS += webp.h
|
||||
endif
|
||||
|
||||
guacenc_CFLAGS = \
|
||||
-Werror -Wall -pedantic \
|
||||
-Werror -Wall \
|
||||
@AVCODEC_CFLAGS@ \
|
||||
@AVUTIL_CFLAGS@ \
|
||||
@LIBGUAC_INCLUDE@ \
|
||||
|
@ -46,7 +46,7 @@ libguac_terminal_la_SOURCES = \
|
||||
typescript.c
|
||||
|
||||
libguac_terminal_la_CFLAGS = \
|
||||
-Werror -Wall -pedantic \
|
||||
-Werror -Wall \
|
||||
@COMMON_INCLUDE@ \
|
||||
@LIBGUAC_INCLUDE@ \
|
||||
@PANGO_CFLAGS@ \
|
||||
|
Loading…
Reference in New Issue
Block a user