After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780409 - Fix various compiler warnings for 32bit builds
Fix various compiler warnings for 32bit builds
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-22 17:32 UTC by Christoph Reiter (lazka)
Modified: 2017-03-24 07:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix various compiler warnings for 32bit builds (7.19 KB, patch)
2017-03-22 17:32 UTC, Christoph Reiter (lazka)
none Details | Review
Fix various compiler warnings for 32bit builds (10.87 KB, patch)
2017-03-22 18:27 UTC, Christoph Reiter (lazka)
committed Details | Review

Description Christoph Reiter (lazka) 2017-03-22 17:32:25 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 1 Christoph Reiter (lazka) 2017-03-22 18:04:12 UTC
Comment on attachment 348519 [details] [review]
Fix various compiler warnings for 32bit builds

Founds some more problems with Python 2. needs more work..
Comment 2 Christoph Reiter (lazka) 2017-03-22 18:27:26 UTC
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.