mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 04:05:54 +00:00
build-sys: Small cleanup of AM_CPPFLAGS
Commit 4fafa210 added WARN_CFLAGS, VISIBILITY_HIDDEN_CFLAGS and
-std=gnu99 to AM_CFLAGS in common/Makefile.am, but these are not
needed. WARN_CFLAGS and VISIBILITY_HIDDEN_CFLAGS are not defined
anywhere in spice-common, and spice-common compiles fine without
-std=gnu99 on my f21 box.
This commit is contained in:
parent
ed873a9eb5
commit
2195369372
@ -97,9 +97,6 @@ AM_CPPFLAGS = \
|
||||
$(OPUS_CFLAGS) \
|
||||
$(PROTOCOL_CFLAGS) \
|
||||
$(SMARTCARD_CFLAGS) \
|
||||
$(VISIBILITY_HIDDEN_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
-std=gnu99 \
|
||||
$(NULL)
|
||||
|
||||
libspice_common_la_LIBADD = \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user