add a comment at some code which looks like nonsense but is a -fshort-enums
fix (by bjh21)
This commit is contained in:
parent
d6101bf1eb
commit
0cfebeeb7a
4
dist/dhcp/minires/ns_parse.c
vendored
4
dist/dhcp/minires/ns_parse.c
vendored
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id: ns_parse.c,v 1.3 2002/03/18 20:16:49 bjh21 Exp $";
|
||||
static const char rcsid[] = "$Id: ns_parse.c,v 1.4 2002/06/11 14:50:30 drochner Exp $";
|
||||
#endif
|
||||
|
||||
/* Import. */
|
||||
@ -134,7 +134,7 @@ isc_result_t
|
||||
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
|
||||
int b;
|
||||
isc_result_t status;
|
||||
int tmp;
|
||||
int tmp; /* XXX used to force a signed comparision below */
|
||||
|
||||
/* Make section right. */
|
||||
if ((tmp = section) < 0 || section >= ns_s_max)
|
||||
|
Loading…
Reference in New Issue
Block a user