Code: Select all
if (buf[MAP_SEARCH_DESC])
Code: Select all
tt/src/mapper.c:3868:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘buf’ will never be NULL [-Waddress]
3868 | if (buf[MAP_SEARCH_DESC])
| ^~~
mapper.c:3797:14: note: ‘buf’ declared here
3797 | char buf[MAP_SEARCH_MAX][BUFFER_SIZE], arg1[BUFFER_SIZE], arg2[BUFFER_SIZE], *str;
| ^~~
$ gcc --version
gcc (GCC) 13.3.0
https://sourceforge.net/projects/tintin ... de/2.02.4/
The compile environment is MSYS2's Cygwin-equivalent "MSYS" environment.