Mercurial > hg > octave-nkf > gnulib-hg
changeset 17531:e4bb7b0088bb
error: add the printf attribute to a static function
* lib/error.c (error_tail): Add the printf attribute, to placate
gcc's -Werror=suggest-attribute=format option.
author | Jim Meyering <meyering@fb.com> |
---|---|
date | Sun, 20 Oct 2013 11:32:58 -0700 |
parents | 8981b79e1271 |
children | 4144f2fad332 |
files | ChangeLog lib/error.c |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-20 Jim Meyering <meyering@fb.com> + + error: add the printf attribute to a static function + * lib/error.c (error_tail): Add the printf attribute, to placate + gcc's -Werror=suggest-attribute=format option. + 2013-10-12 Jim Meyering <meyering@fb.com> error: make the module depend on vfprintf-posix