]> granicus.if.org Git - python/commit
Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 30 Mar 2006 20:18:33 +0000 (20:18 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 30 Mar 2006 20:18:33 +0000 (20:18 +0000)
commit090f81588fc2298b3c967ddda3c3ffc592caf92a
treefbd30fae52c5b2ef75a25c50cf083ea36519ffe8
parent0d93a234790d86a67c592c226070f8a6bf6ba300
Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions
on OSX 10.4 or later. This stops the compiler for complaining about calls to
deprecated functions in these extensions, they are supposed to wrap as much
of Carbon as possible.
setup.py