Skip to content
Snippets Groups Projects
Commit 2ec749b5 authored by Nathan Collins's avatar Nathan Collins Committed by Marge Bot
Browse files

users-guide: Fix typo

parent 5a75ccd0
No related merge requests found
......@@ -12,7 +12,7 @@ messages, otherwise known as warnings, can be generated during compilation.
Some options control individual warnings and others control collections
of warnings.
To turn off an individual warning ``-W<wflag>``, use ``-Wno-<wflag>``.
To reverse``-Werror``, which makes all warnings into errors, use ``-Wwarn``.
To reverse ``-Werror``, which makes all warnings into errors, use ``-Wwarn``.
By default, you get a standard set of warnings which are
generally likely to indicate bugs in your program. These are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment