Am 01.05.21 um 15:06 schrieb Antonio Quartulli: > From: Antonio Quartulli <[email protected]> > > A switch block in interactive.c is missing the _undo_type_max value > of the neum set, thus triggering a compiler warning. > > Due to the logic, this value cannot really be assigned to the variable > being examinated, however, add the missing enum value to silence > the warning. > > Fixes: > > interactive.c: In function ‘Undo’: > interactive.c:1561:13: warning: enumeration value ‘_undo_type_max’ not > handled in switch [-Wswitch] > 1561 | switch (type) > | ^~~~~~ > >
Acked-By: Arne Schwabe <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
