Re: Trouble building 2.49.60 beta on Fedora

Bruno Haible <[email protected]>
Newsgroups gmane.lisp.clisp.devel
Message-ID <3475451.9WGB1lL2ks@omega>
Hi Jerry,

> Fedora builds with -Werror=format-security, so I had to change
> one line in the aarch64 patch.  That patch modifies spvw_allocate.d
> and in one place issues a warning.  I had to change this line:
> 
> fprintf(stderr, GETTEXTL("Warning: "));
> 
> to:
> 
> fputs(GETTEXTL("Warning: "),stderr);
> 
> since the string is non-constant, and therefore triggers the format
> security error.

Thanks for the heads-up. We have now added two workarounds; each of them
would be sufficient to avoid this warning.

Bruno


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.