1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/ignore-value
Jim Meyering 916dbd2380 ignore-value: don't depend on inline module
* modules/ignore-value (Depends-on): Remove 'inline'.
(configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
Suggestion from Bruno Haible.
2008-10-17 13:44:10 +02:00

23 lines
258 B
Plaintext

Description:
ignore a value to quiet a compiler warning
Files:
lib/ignore-value.h
Depends-on:
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Makefile.am:
lib_SOURCES += ignore-value.h
Include:
#include <ignore-value.h>
License:
LGPL
Maintainer:
Jim Meyering