mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Fix a number of warnings (and a few real bugs) found by enabling
gcc warnings. See RT ticket #17013 for more.
This commit is contained in:
@@ -474,7 +474,7 @@ struct enumeration_value dhcpv6_message_values[] = {
|
||||
};
|
||||
|
||||
/* Some code refers to a different table. */
|
||||
char *dhcpv6_type_names[] = {
|
||||
const char *dhcpv6_type_names[] = {
|
||||
NULL,
|
||||
"Solicit",
|
||||
"Advertise",
|
||||
|
Reference in New Issue
Block a user