Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   simonb
Date:           Sat Sep  9 03:53:19 UTC 2006

Modified Files:
        src/share/mk: bsd.sys.mk

Log Message:
Use -Wno-uninitialized for ns32k.  For some reason, gcc on ns32k
doesn't detect initialisation correction in simple "for" loops like:
        for (i = 0; i < 10; i++)
                var = i;


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 src/share/mk/bsd.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index