pulseaudio/src
Ahmed S. Darwish dcbe79bd63 build-sys: Set C language standard to gnu11
Per glibc feature_test_macros(7), setting compiler flags to
-std=c11 (or any c* variant like c99) enforces strict ANSI
mode.

Enforcing strict ANSI makes all declarations under _GNU_SOURCE
unavailable. This leads to build warnings in the form of:

    warning: implicit declaration of function ‘syscall’

Thus replace -std=c11 with -std=gnu11

Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
2016-04-23 12:53:17 +03:00
..
daemon default.pa: remove X11 module examples 2016-02-09 13:04:49 +02:00
modules stream-interaction: Fix crash in case of invalid argument for volume 2016-04-20 16:37:18 +03:00
pulse pstream: Support memfd blocks transport 2016-04-02 05:55:14 +02:00
pulsecore memblock/pstream: Fix two compiler warnings 2016-04-02 06:24:18 +02:00
tests pstream: Support memfd blocks transport 2016-04-02 05:55:14 +02:00
utils solaris: Illumos does not ship with SOUND_PCM* functionality 2016-01-22 13:25:29 +05:30
.gitignore .gitignore: Add lfe-filter-test 2015-03-31 12:42:37 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am build-sys: Set C language standard to gnu11 2016-04-23 12:53:17 +03:00
map-file volume: Add LFE balance API 2015-10-30 09:13:10 +02:00