voglperf
voglperf copied to clipboard
Fix several GCC warnings
-
webby_data().ws_connections.empty()returnsbooleanbut it's not handled anywhere. Casting with void will suppress it. - In line 346
strncpyis trying to copy the string on the destination which has the same size as the source string. It might overlap string size when the source will be at the same size as destination.