Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2017 07:20:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5
Message-ID:  <bug-216707-13-w26bvgAudm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216707-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216707-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216707

--- Comment #13 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Sun Feb  5 07:18:56 UTC 2017
New revision: 433376
URL: https://svnweb.freebsd.org/changeset/ports/433376

Log:
  games/super_methane_brothers: use clang and unbreak with gcc5 or later

  sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_0c =3D {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
                                                                   ^
  sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_0f =3D {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
                                                                   ^
  sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_10 =3D {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
                                                                   ^
  sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_11 =3D {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
                                                                   ^
  sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_13 =3D {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
                                                                   ^
  sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_14 =3D {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
                                                                   ^
  sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from
'unsigned int' to 'int' inside { } [-Wnarrowing]
   static PARTYOFFS party_1d =3D {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
                                                                   ^

  PR:           216707
  Reported by:  antoine (via exp-run)

Changes:
  head/games/super_methane_brothers/Makefile
  head/games/super_methane_brothers/files/patch-sources_misc.cpp

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216707-13-w26bvgAudm>