]> granicus.if.org Git - python/commit
Issue #12837: Silence a Clang compiler warning on OS X.
authorBrett Cannon <brett@python.org>
Tue, 7 Jan 2014 22:01:01 +0000 (17:01 -0500)
committerBrett Cannon <brett@python.org>
Tue, 7 Jan 2014 22:01:01 +0000 (17:01 -0500)
commitb05cbe61b3751bf829198bd8b75aa8c7b3d2ee56
tree7f0dda030dccbea81b5f9c7d3ce4984f6e2a6af5
parent8d942296bb6cc45e519447484084bee1507d664b
Issue #12837: Silence a Clang compiler warning on OS X.

Now makes CPython build without warnings on OS X under Clang with
-Wno-unused-value -Wno-empty-body -Qunused-arguments
-Wno-deprecated-declarations.

Thanks to David Watson for taking an initial stab at a solution.
Misc/NEWS
Modules/socketmodule.c