1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

Recommend cc -Wall instead of gcc -Wall

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-11-22 23:15:44 +00:00
parent e24ce5adf4
commit d1241b1501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291166

View File

@ -834,7 +834,7 @@ Whenever possible, code should be run through a code checker
(e.g.,
.Xr lint 1
or
.Nm gcc Fl Wall )
.Nm cc Fl Wall )
and produce minimal warnings.
.Sh SEE ALSO
.Xr indent 1 ,