From c5ce5eaedae46467f6e538e4e5b25910b863de75 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 4 Oct 2003 13:04:47 +0000 Subject: fixed -w option - doc update (thanx to Romain Francoise) --- tcc-doc.texi | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tcc-doc.texi') diff --git a/tcc-doc.texi b/tcc-doc.texi index df36984..1396fb0 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -181,7 +181,14 @@ Undefine preprocessor symbol @samp{sym}. Warning options: -Note: each warning option has a negative form beginning with @option{-Wno-}. +@table @option +@item -w +Disable all warnings. + +@end table + +Note: each of the following warning options has a negative form beginning with +@option{-Wno-}. @table @option @item -Wunsupported @@ -604,7 +611,7 @@ executable ELF files and dynamic ELF libraries without relying on an external linker. Dynamic ELF libraries can be output but the C compiler does not generate -position independent code (PIC). It means that the dynamic librairy +position independent code (PIC). It means that the dynamic library code generated by TCC cannot be factorized among processes yet. TCC linker eliminates unreferenced object code in libraries. A single pass is -- cgit v1.3.1