![]() |
Can't Build Msieve on fedora
Hi,
I have a problem with building Msieve on fedora. I have downloaded sources and then tried to build then with "make all" but i get this piece of warning and it doesn't build. [QUOTE]demo.c: In function ‘main’: demo.c:448:13: warning: this statement may fall through [-Wimplicit-fallthrough=] flags |= MSIEVE_FLAG_NFS_LA_RESTART; ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demo.c:449:6: note: here case '2': /* fall through */ ^~~~ demo.c:545:5: warning: ‘strncpy’ specified bound 500 equals destination size [-Wstringop-truncation] strncpy(buf, argv[i], sizeof(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [/QUOTE] |
Does latter-day gcc treat warnings as errors? There would have to be something else going on, as these would not be fatal under ordinary circumstances.
|
Maybe somewhere [I]-Werror[/I] is passed? Did you try it with [I]-Wno-error[/I] to get past the warnings?
|
| All times are UTC. The time now is 01:09. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.