gimp-plugin-bimp icon indicating copy to clipboard operation
gimp-plugin-bimp copied to clipboard

Update Makefile

Open doing-science opened this issue 1 year ago • 2 comments

added -fpermissive flag to resolve compile error due to -Wincompatible-pointer-types changing from a warning to an error in gcc.

doing-science avatar Aug 15 '24 15:08 doing-science

Are those incompatible types absolutely unavoidable? If not, maybe adding -Wno-error=incompatible-pointer-types is better, so the warnings at least remain?

Narrat avatar Aug 16 '24 22:08 Narrat

I think you're suggestion is the correct way to go. I was focused on solving the build issue and not thinking of the potential repercussions toward solving the root of the problem.

doing-science avatar Aug 18 '24 04:08 doing-science