summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-17 15:04:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-17 17:05:12 +0100
commit34acb80a28d1b48e734883a32f7f3344dc216ec0 (patch)
treeedb50a9af2c1fc2d590c38fe1a644a11068806ef /rescue
parent8c0aca8d9280fb87027826fe89d70cc2701e7f8b (diff)
downloadlibguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.tar.gz
libguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.tar.xz
libguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.zip
Enable deprecation warnings on all C programs.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/Makefile.am b/rescue/Makefile.am
index 0032a232..d3783aef 100644
--- a/rescue/Makefile.am
+++ b/rescue/Makefile.am
@@ -37,6 +37,7 @@ virt_rescue_SOURCES = \
virt-rescue.c
virt_rescue_CFLAGS = \
+ -DGUESTFS_WARN_DEPRECATED=1 \
-I$(top_srcdir)/src -I$(top_builddir)/src \
-I$(top_srcdir)/fish \
-I$(srcdir)/../gnulib/lib -I../gnulib/lib \