pipewire/spa/include/spa
Eike Rathke 871dd2743b __STDC_VERSION__ may be undefined
Clang++ (and g++) don't define __STDC_VERSION__ which results in

 include/spa/support/log.h:101:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
 #if __STDC_VERSION__ >= 199901L
 include/pipewire/log.h:64:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
 #if __STDC_VERSION__ >= 199901L

so check if __STDC_VERSION__ is defined before comparing.
Also, include/feature.h additionally defines __USE_ISOC99 (and
__USE_ISOC11 for C11 extension), so check these as well.
2018-04-03 16:27:58 +02:00
..
buffer data: clean up fd and data management 2017-12-01 09:34:53 +01:00
clock Improve enum_param 2017-11-13 17:57:38 +01:00
graph c++ compiler fixes 2018-02-08 11:24:20 +01:00
monitor cleanups 2017-11-20 15:26:44 +01:00
node node: add some more port flags 2018-02-09 18:05:35 +01:00
param fix some signed vs unsigned comparisons 2018-02-20 18:19:11 +01:00
pod fix some signed vs unsigned comparisons 2018-02-20 18:19:11 +01:00
support __STDC_VERSION__ may be undefined 2018-04-03 16:27:58 +02:00
utils hook: return number of hooks called 2018-03-14 16:03:33 +01:00
meson.build node: Add id to set_io 2017-11-21 19:38:48 +01:00