[parrot/parrot] 9d2d29: [GH #879] more gcc -Werror=declaration-after-state...
GitHub
noreply at github.com
Tue Dec 11 18:42:02 UTC 2012
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 9d2d29fabad08fb4504d25b6960bc96618ef56fa
https://github.com/parrot/parrot/commit/9d2d29fabad08fb4504d25b6960bc96618ef56fa
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M src/dynpmc/rational.pmc
M src/pmc/parrotinterpreter.pmc
Log Message:
-----------
[GH #879] more gcc -Werror=declaration-after-statement fixes
Note: These errors only appear when the UNUSED(SELF) line is not shimed away
The new pmc2c removes this line, and SHIMs the paramater, so this problem was not detected
Commit: 382c1c2d2bbd9ab067dbb5278bbb86930201d0a2
https://github.com/parrot/parrot/commit/382c1c2d2bbd9ab067dbb5278bbb86930201d0a2
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M lib/Parrot/Pmc2c/PMC/default.pm
M src/dynpmc/foo.pmc
M src/dynpmc/rotest.pmc
M src/platform/generic/encoding.c
M src/platform/generic/io.c
M src/platform/generic/sysmem.c
M src/pmc/imageiosize.pmc
M src/pmc/imageiostrings.pmc
M src/pmc/imageiothaw.pmc
M src/pmc/imccompiler.pmc
M src/pmc/lexinfo.pmc
M src/pmc/namespace.pmc
M src/pmc/nativepccmethod.pmc
M src/pmc/null.pmc
M src/pmc/object.pmc
M src/pmc/orderedhashiterator.pmc
M src/pmc/packfileannotation.pmc
M src/pmc/packfilesegment.pmc
M src/pmc/packfileview.pmc
M src/pmc/pmcproxy.pmc
M src/pmc/scheduler.pmc
M src/pmc/timer.pmc
M src/string/encoding/shared.c
Log Message:
-----------
Merge branch 'master' into fix_unused_macros_gh879
Commit: c0771d914f5fa5a4e561d923c16d89f31e6e6840
https://github.com/parrot/parrot/commit/c0771d914f5fa5a4e561d923c16d89f31e6e6840
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M src/dynpmc/rational.pmc
Log Message:
-----------
[GH #879] last gcc -Werror=declaration-after-statement fixes
Compare: https://github.com/parrot/parrot/compare/5e873e8c12a5...c0771d914f5f
More information about the parrot-commits
mailing list