mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
for example, in case HAVE_MEMFD is #undef, checking with #if HAVE_MEMFD gives a warning (gcc 5.4.1, Ubuntu) pulsecore/shm.c: In function 'sharedmem_create': pulsecore/shm.c:208:5: warning: "HAVE_MEMFD" is not defined [-Wundef] #if HAVE_MEMFD use #ifdef or #if defined() to check for presence of a #define Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| pacat.c | ||
| pacmd.c | ||
| pactl.c | ||
| padsp.c | ||
| padsp.in | ||
| pasuspender.c | ||
| pax11publish.c | ||
| qpaeq | ||