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
Fatal error: can't create obj/parse_conf.o: No such file or directory
parse_conf.c: In function ‘validate_batch_url’:
parse_conf.c:2422:41: warning: self-comparison always evaluates to false [-Wtautological-compare]
2422 | if (url_m->url_dont_cycle != url_m->url_dont_cycle)
| ^~
In file included from /usr/include/string.h:495,
from parse_conf.c:27:
In function ‘strncpy’,
inlined from ‘batch_name_parser’ at parse_conf.c:765:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:180: obj/parse_conf.o] Error 2
The text was updated successfully, but these errors were encountered:
Kindly suggest as I got the following error:
Fatal error: can't create obj/parse_conf.o: No such file or directory
parse_conf.c: In function ‘validate_batch_url’:
parse_conf.c:2422:41: warning: self-comparison always evaluates to false [-Wtautological-compare]
2422 | if (url_m->url_dont_cycle != url_m->url_dont_cycle)
| ^~
In file included from /usr/include/string.h:495,
from parse_conf.c:27:
In function ‘strncpy’,
inlined from ‘batch_name_parser’ at parse_conf.c:765:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:180: obj/parse_conf.o] Error 2
The text was updated successfully, but these errors were encountered: