ecb.h currently generates tons of warnings on gcc-llvm 4.2.1 (OS X 10.6 with Xcode 4) because the ECB_GCC_VERSION macro blacklists llvm. This causes ecb.h to think that __attribute__ and other gcc extension keywords are not supported when they in fact are. The attached patch fixes this problem and also fixes a few more compilation warnings by replacing the 'ecb_inline' in front of some function definitions with 'ecb_function_'.
-- Phusion | Ruby & Rails deployment, scaling and tuning solutions Web: http://www.phusion.nl/ E-mail: i...@phusion.nl Chamber of commerce no: 08173483 (The Netherlands)
0001-Fix-ecb.h-compatibility-with-GCC-LLVM-4.2.1-on-OS-X-.patch
Description: Binary data
_______________________________________________ libev mailing list libev@lists.schmorp.de http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev