dfoxfra...@gmail.com said: > There's nothing to fix. It's the just optimizer telling you it'd rather not > inline a function that was declared inline. Which is fine, it doesn't affect > correctness.
Thanks. I think it's important to not have warnings. If you are happy with the code, we'll have to figure out how to disable the warnings when compiling your code. I was getting ready for something complicated when I found this in libaes_siv/wscript: ctx.env.CFLAGS_cstlib = ['-Wno-shadow'] Adding -Wno-inline gets rid of the warnings. -- These are my opinions. I hate spam. _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel