mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: stop using GUESTFS_WARN_DEPRECATED
This is no more used now, as compiler deprecation warnings are triggered by default.
This commit is contained in:
@@ -43,7 +43,6 @@ endif
|
||||
if HAVE_LIBVIRT
|
||||
copy_over_SOURCES = copy-over.c
|
||||
copy_over_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
copy_over_CFLAGS = \
|
||||
$(LIBVIRT_CFLAGS) \
|
||||
@@ -55,7 +54,6 @@ copy_over_LDADD = \
|
||||
|
||||
libvirt_auth_SOURCES = libvirt-auth.c
|
||||
libvirt_auth_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
libvirt_auth_CFLAGS = \
|
||||
$(LIBVIRT_CFLAGS) \
|
||||
@@ -68,7 +66,6 @@ endif
|
||||
|
||||
create_disk_SOURCES = create-disk.c
|
||||
create_disk_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
create_disk_CFLAGS = \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
@@ -77,7 +74,6 @@ create_disk_LDADD = \
|
||||
|
||||
debug_logging_SOURCES = debug-logging.c
|
||||
debug_logging_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
debug_logging_CFLAGS = \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
@@ -86,7 +82,6 @@ debug_logging_LDADD = \
|
||||
|
||||
display_icon_SOURCES = display-icon.c
|
||||
display_icon_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
display_icon_CFLAGS = \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
@@ -95,7 +90,6 @@ display_icon_LDADD = \
|
||||
|
||||
inspect_vm_SOURCES = inspect-vm.c
|
||||
inspect_vm_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
inspect_vm_CFLAGS = \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
@@ -105,10 +99,8 @@ inspect_vm_LDADD = \
|
||||
if HAVE_FUSE
|
||||
mount_local_SOURCES = mount-local.c
|
||||
mount_local_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
mount_local_CFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib \
|
||||
$(FUSE_CFLAGS) \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
@@ -120,7 +112,6 @@ endif
|
||||
if HAVE_HIVEX
|
||||
virt_dhcp_address_SOURCES = virt-dhcp-address.c
|
||||
virt_dhcp_address_CPPFLAGS = \
|
||||
-DGUESTFS_WARN_DEPRECATED=1 \
|
||||
-I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
virt_dhcp_address_CFLAGS = \
|
||||
$(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user