You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept-language.c: In function ‘is_supported’:
accept-language.c:66:5: warning: ‘strncpy’ output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation]
66 | strncpy(match_str, ":", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
accept-language.c: In function ‘main’:
accept-language.c:186:9: warning: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation]
186 | strncpy(lang, "??", 2);
Looking for a solution. I have been using this repo for many years ...
default ubuntu 20.04 gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
The text was updated successfully, but these errors were encountered:
Building error:
Looking for a solution. I have been using this repo for many years ...
default ubuntu 20.04 gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
The text was updated successfully, but these errors were encountered: