Closed shane-kerr closed 6 years ago
I noticed a few warnings have appeared in the build as my gcc has upgraded to a newer version. This PR fixes them.
Two of these (strncpy() and the missing break) may potentially be actual bugs.
strncpy()
break
I noticed a few warnings have appeared in the build as my gcc has upgraded to a newer version. This PR fixes them.
Two of these (
strncpy()
and the missingbreak
) may potentially be actual bugs.