GUACAMOLE-68: Remove -pedantic flag for subprojects depending on libraries which use compiler extensions.

This commit is contained in:
Michael Jumper 2016-11-12 19:20:37 -08:00
parent a46ce4cc3b
commit 4ea5f163f0
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ noinst_HEADERS += webp.h
endif
guacenc_CFLAGS = \
-Werror -Wall -pedantic \
-Werror -Wall \
@AVCODEC_CFLAGS@ \
@AVUTIL_CFLAGS@ \
@LIBGUAC_INCLUDE@ \

View File

@ -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@ \