]> wimlib.net Git - wimlib/commitdiff
Makefile.am: Do not warn about deprecated functions called by imagex (for now)
authorEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:14:50 +0000 (23:14 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:14:50 +0000 (23:14 -0500)
Makefile.am

index f18a5ce0529ebb354bbe70286d620e8588f07589..22e81ff0516aa4b1e46ccb373d8744ec61cd7a9a 100644 (file)
@@ -143,7 +143,7 @@ imagex_SOURCES   = programs/imagex.c        \
                   include/wimlib.h     \
                   include/wimlib_tchar.h
 imagex_LDADD    = $(top_builddir)/libwim.la
-imagex_CFLAGS    = $(AM_CFLAGS) $(WINDOWS_CFLAGS)
+imagex_CFLAGS    = $(AM_CFLAGS) $(WINDOWS_CFLAGS) -Wno-deprecated-declarations
 
 if WINDOWS_NATIVE_BUILD
 imagex_SOURCES += programs/imagex-win32.c      \