The only file preventing this flag was bitops.h which has been removed
since the following commit:

commit 992ebac6b511811c73559421a46732c5233118c1
Author: Christophe Fergeau <[email protected]>
Date:   Tue Jun 5 11:27:01 2018 +0200

    build: Remove bitops.h

Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index cb8a1ee..dd5127a 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ if not meson.is_subproject()
 endif
 
 # some global vars
-spice_common_global_cflags = [#'-std=c99', # fails compiling bitops.h
+spice_common_global_cflags = ['-std=c99',
                               '-DHAVE_CONFIG_H',
                               '-DG_LOG_DOMAIN="Spice"',
                               '-Wall',
-- 
2.14.4

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to