Source-Changes archive

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

CVS commit: basesrc/dist/dhcp/omapip



Module Name:    basesrc
Committed By:   bjh21
Date:           Mon Mar 18 20:26:51 UTC 2002

Modified Files:
        basesrc/dist/dhcp/omapip: result.c

Log Message:
When checking that a potentially-unsigned enum is >= 0, assign it to an int
first.  This is necessary to avoid warnings with -fshort-enums.  Casting
to an int really should be enough, but turns out not to be.

This change will be documented in doc/HACKS.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/dist/dhcp/omapip/result.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