This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, theller
Date 2010-08-22.20:45:21
SpamBayes Score 0.0037951106
Marked as misclassified No
Message-id <1282509924.5.0.810083084534.issue9662@psf.upfronthosting.co.za>
In-reply-to
Content
When I build under OS X 10.6 with LLVM I get four warnings of the type:


/Users/brett/Dev/python/3.x/scratch/Modules/_ctypes/callbacks.c:20:9: warning: 
      implicit declaration of function 'ffi_closure_free' is invalid in C99
      [-Wimplicit-function-declaration]
        ffi_closure_free(self->pcl_write);
        ^


They are for ffi_closure_free, ffi_closure_alloc, and ffi_prep_closure_loc.
History
Date User Action Args
2010-08-22 20:45:24brett.cannonsetrecipients: + brett.cannon, theller
2010-08-22 20:45:24brett.cannonsetmessageid: <1282509924.5.0.810083084534.issue9662@psf.upfronthosting.co.za>
2010-08-22 20:45:22brett.cannonlinkissue9662 messages
2010-08-22 20:45:21brett.cannoncreate