Some of the GTK deprecation warnings are hard to fix and make the build output too noisy. This is not good for development as it makes it easy to overlook actually valuable warnings and in case of compilation errors, it makes it hard to locate the error messages among all the noise.
`GDK_DISABLE_DEPRECATION_WARNINGS` is used for compiling Geany too so I think it would be valuable for g-p as well. Note: I'm not really an autotools guy and maybe there's a better place where to add the flag. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1456 -- Commit Summary -- * Build with GDK_DISABLE_DEPRECATION_WARNINGS -- File Changes -- M build/vars.build.mk (3) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1456.patch https://github.com/geany/geany-plugins/pull/1456.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1456 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
