]> granicus.if.org Git - re2c/commit
Fixed GXX warning '-Wsuggest-attribute=format'.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 20 Jul 2015 21:14:12 +0000 (22:14 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 20 Jul 2015 21:14:12 +0000 (22:14 +0100)
commit9390563c122ea86cd7a4d3b938a56db2e4490393
tree2ee03efa10de8487d10de257277b0d10b5443886
parent4c973377340129b956c8b272523774775583e213
Fixed GXX warning '-Wsuggest-attribute=format'.

g++ warns if function with '__attribute__((format (printf, ...)))'
has wrong number of arguments or argument type is wrong.
re2c/src/conf/msg.h
re2c/src/parse/scanner.h
re2c/src/util/attribute.h [new file with mode: 0644]