Source-Changes archive

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

CVS commit: src/usr.sbin/tpctl



Module Name:    src
Committed By:   he
Date:           Tue Jun  7 14:01:49 UTC 2005

Modified Files:
        src/usr.sbin/tpctl: data.c

Log Message:
Add initialization of a local variable to appease -Wuninitialized.
Marked with XXXGCC for hpcarm (found while compiling for it).
It appears that the reason is that gcc for this target is not able
to determine unchanging complementary conditionals and sort out the
corresponding assignment / use.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.sbin/tpctl/data.c

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