diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-17 15:04:56 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-17 17:05:12 +0100 |
commit | 34acb80a28d1b48e734883a32f7f3344dc216ec0 (patch) | |
tree | edb50a9af2c1fc2d590c38fe1a644a11068806ef /df | |
parent | 8c0aca8d9280fb87027826fe89d70cc2701e7f8b (diff) | |
download | libguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.tar.gz libguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.tar.xz libguestfs-34acb80a28d1b48e734883a32f7f3344dc216ec0.zip |
Enable deprecation warnings on all C programs.
Diffstat (limited to 'df')
-rw-r--r-- | df/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/df/Makefile.am b/df/Makefile.am index 69c61401..17117985 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -43,6 +43,7 @@ virt_df_SOURCES = \ output.c virt_df_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ |