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 /fish | |
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 'fish')
-rw-r--r-- | fish/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 87f937c6..69540dd3 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -115,6 +115,7 @@ cmds_gperf.c: cmds_gperf.gperf mv $@-t $@ guestfish_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish -I$(top_builddir)/fish \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ |