pipewire/spa/include/spa/support
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
..
dbus.h dbus: move rtkit to module 2018-02-08 10:02:17 +01:00
log-impl.h c++ compiler fixes 2018-02-08 11:24:20 +01:00
log.h __STDC_VERSION__ may be undefined 2018-04-03 16:27:58 +02:00
loop.h cleanups 2017-11-20 15:26:44 +01:00
plugin.h fix spa_support_find 2017-12-18 13:14:18 +01:00
type-map-impl.h type-map: fix char array definition 2018-02-08 12:40:09 +01:00
type-map.h update docs 2017-11-13 19:58:52 +01:00