diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-11 10:29:18 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-11 10:29:18 +0100 |
commit | 3aa989ad366e5b1cf2482566e53de69a934779c2 (patch) | |
tree | 462417801d9ab06b15fc1b42f17d578e238d8046 /modules/warnings | |
parent | 2643a6d0df895ff969e2d8a0689e0f862834a756 (diff) | |
download | gnulib-3aa989ad366e5b1cf2482566e53de69a934779c2.tar.gz |
Add warnings module.
Diffstat (limited to 'modules/warnings')
-rw-r--r-- | modules/warnings | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/warnings b/modules/warnings new file mode 100644 index 0000000000..bd757c5fae --- /dev/null +++ b/modules/warnings @@ -0,0 +1,16 @@ +Description: +Helper M4 functions for safely adding compiler warning parameters. + +Files: +m4/warnings.m4 + +Depends-on: + +configure.ac: +gl_WARN_INIT + +License: +unlimited + +Maintainer: +Simon Josefsson |