Commit 9be0fb84 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Allow GNU extensions for C '99 standard.

parent eeaf18ff
...@@ -16,7 +16,7 @@ AM_PROG_LIBTOOL ...@@ -16,7 +16,7 @@ AM_PROG_LIBTOOL
dnl default CFLAGS dnl default CFLAGS
CFLAGS="${CFLAGS} -Wall -DDVBPSI_DIST" CFLAGS="${CFLAGS} -Wall -DDVBPSI_DIST --std=gnu99"
CFLAGS="${CFLAGS} -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare" CFLAGS="${CFLAGS} -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
dnl check the operating system dnl check the operating system
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment