Files
bind9/lib/dns
David Lawrence df8c9ee481 Fixed these warnings:
"rdata.c", line 164: remark(1174): variable "octdigits" was declared but never
          referenced

This was true; octdigits was used in no lib/dns/**/* files.

"rdata.c", line 1485: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result
"rdata.c", line 1493: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result
"rdata.c", line 1501: remark(1506): implicit conversion from "unsigned long"
          to "int":  rounding, sign extension, or loss of accuracy may result

These three were all in atob_tobuffer, where the value of stroul was being
assigned to an isc_int32_t, which is typedef'd from int and possibly smaller
than long (definitely on the IRIX machine).  The variables in question were
changed from isc_int32_t to long.
2000-05-14 02:02:24 +00:00
..
2000-05-13 19:46:26 +00:00
2000-05-13 22:50:49 +00:00
2000-05-13 19:31:35 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-13 20:15:16 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-13 20:21:45 +00:00
2000-05-13 20:23:17 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-13 20:34:55 +00:00
2000-05-08 14:38:29 +00:00
2000-05-13 20:39:17 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-13 20:42:59 +00:00
2000-05-08 14:38:29 +00:00
2000-05-14 02:02:24 +00:00
2000-05-11 22:47:00 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 14:38:29 +00:00
2000-05-08 19:30:10 +00:00
2000-05-08 14:38:29 +00:00
2000-05-12 10:21:06 +00:00
2000-05-08 14:38:29 +00:00