diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-02-26 06:40:52 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2013-02-26 06:40:52 -0500 |
commit | 23600def6bbcdf3cbef599c8783ad94873044c58 (patch) | |
tree | dfba76f3fa687c5c5d5edf0428c0b18a1ce51a7c /deheader.xml | |
parent | a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b (diff) | |
download | deheader-23600def6bbcdf3cbef599c8783ad94873044c58.tar.gz deheader-23600def6bbcdf3cbef599c8783ad94873044c58.tar.bz2 deheader-23600def6bbcdf3cbef599c8783ad94873044c58.tar.xz deheader-23600def6bbcdf3cbef599c8783ad94873044c58.zip |
Typo fix.
Diffstat (limited to 'deheader.xml')
-rw-r--r-- | deheader.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deheader.xml b/deheader.xml index 8cb40e2..3d48acf 100644 --- a/deheader.xml +++ b/deheader.xml @@ -59,7 +59,7 @@ inclusions required for portability but not present.</para> <para>It is recommended that you arrange to compile with options that will stop the compiler on warnings when using this tool; otherwise it -will be report headers that only declare prototypes and return types +will report headers that only declare prototypes and return types (and thus throw only warnings) as being not required. Under gcc the compiler options to accomplish this are -Werror -Wfatal-errors. If your makefile follows normal conventions, running with <command>-m |