Overview
Request 1172236 accepted
Aalib seems uses very old autoconf in the aaview part so this just
adds -fpermissive to optflags to shut all errors about undeclared
functions and implicit return types. This results in a warning about
use of -fpermissive in C with older GCCs but hopefully that is not a
problem.
- Add -fpermissive to optflags (boo#1223910).
Request History
jamborm created request
Aalib seems uses very old autoconf in the aaview part so this just
adds -fpermissive to optflags to shut all errors about undeclared
functions and implicit return types. This results in a warning about
use of -fpermissive in C with older GCCs but hopefully that is not a
problem.
- Add -fpermissive to optflags (boo#1223910).
jengelh accepted request