1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(gnu): Add an example for the "note" format.

This commit is contained in:
Dan Nicolaescu 2009-02-04 13:36:59 +00:00
parent 5e581108a6
commit bec18736a1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
* compilation.txt (gnu): Add an example for the "note" format.
2009-02-04 Jason Rumney <jasonr@gnu.org> 2009-02-04 Jason Rumney <jasonr@gnu.org>
* PROBLEMS (CPP): Note problem with resource compiler of MSVC. * PROBLEMS (CPP): Note problem with resource compiler of MSVC.

View File

@ -210,6 +210,7 @@ foo.c:8: message
foo/bar.py:8: FutureWarning message foo/bar.py:8: FutureWarning message
foo.py:8: RuntimeWarning message foo.py:8: RuntimeWarning message
foo.c:8:I: message foo.c:8:I: message
foo.c:8.23: note: message
foo.c:8.23: info: message foo.c:8.23: info: message
foo.c:8:23:information: message foo.c:8:23:information: message
foo.c:8.23-45: Informational: message foo.c:8.23-45: Informational: message