GNOME Bugzilla – Bug 780409
Fix various compiler warnings for 32bit builds
Last modified: 2017-03-24 07:57:32 UTC
Created attachment 348519 [details] [review] Fix various compiler warnings for 32bit builds Due to the switch to AX_COMPILER_FLAGS which adds some more warning flags. I didn't notice these as they only get triggered on 32bit builds. Tested with gcc 6.3 and clang 3.9. ---- This was reported by bochecha on IRC because it broke nightly flatpak builds: http://sdkbuilder1.gnome.org//logs/build-2017-03-22-082047/build-gnome-apps-nightly-master-org.gnome.TweakTool-i386.txt
Comment on attachment 348519 [details] [review] Fix various compiler warnings for 32bit builds Founds some more problems with Python 2. needs more work..
Created attachment 348525 [details] [review] Fix various compiler warnings for 32bit builds Due to the switch to AX_COMPILER_FLAGS which adds some more warning flags. I didn't notice these as they only get triggered on 32bit builds. Tested with gcc 6.3 and clang 3.9.