1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-04 02:42:02 +03:00
Files
gnulib/modules/ignore-value
Pádraig Brady 59b2af7a94 ignore-value: remove dependency on stdint
Since commit 939dedd9, 06-01-2011,
"ignore-value: support aggregate types"
we no longer need stdint (intptr_t).

* lib/ignore-value.h: Remove uneeded <stdint.h>.
* modules/ignore-value: Remove stdint dependency.
2011-01-21 11:36:52 +00:00

23 lines
252 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:
"ignore-value.h"
License:
LGPLv2+
Maintainer:
Jim Meyering