aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-22 17:32:39 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-22 17:32:39 +0000
commit59d2c52ac3a57cf174a988535c9fef9d731b343c (patch)
treecad9ebae5e3610eec48dd24256c0a483f21f9b31 /doc/README.packaging
parentdca634c4de4fb7e0cf17ca2bd616faa1e4d9348d (diff)
With at least some compilers, "enum QUALITY_TYPE" is unsigned, and the
compiler warns about checking whether it's >= 0, as it always is. Don't do that check - we don't use "type" until the switch statement, and GCC should issue a warning if not all valid "enum QUALITY_TYPE" values are handled in the switch statement. Sort the items in the switch statement in the order in which they appear in the enum definition, so it's clearer that it covers all values. svn path=/trunk/; revision=21890
Diffstat (limited to 'doc/README.packaging')
0 files changed, 0 insertions, 0 deletions