diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-03 11:29:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-03 11:29:35 -0800 |
commit | 67342916c9fd6fffe142539a3aba4601d005e839 (patch) | |
tree | a12c72452490d3f1763f4033bccdff3aa857f7e0 /Makefile.in | |
parent | 90b750f4e227844e0eb2368193f13631876d0664 (diff) | |
download | emacs-67342916c9fd6fffe142539a3aba4601d005e839.tar.gz |
allow C code to suppress warnings about ignored return values
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e3d2849940c..e8206a6f012 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,7 +330,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4 # Update modules from gnulib, for maintainers, who should have it in # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools # as per $(gnulib_srcdir)/DEPENDENCIES. -GNULIB_MODULES = dtoastr getopt-gnu mktime strftime +GNULIB_MODULES = dtoastr getopt-gnu ignore-value mktime strftime GNULIB_TOOL_FLAGS = \ --import --no-changelog --no-vc-files --makefile-name=gnulib.mk sync-from-gnulib: $(gnulib_srcdir) |