arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Remove pedantic CFLAG that prevents compilation from extconf if present #54

Closed ryancrum closed 13 years ago

ryancrum commented 13 years ago

Remove -Werror=declaration-after-statement from CFLAGS if present since it will prevent the native extension from compiling.

(Arch Linux with gcc 4.6.1, rvm 1.6.20 and ruby 1.9.3-HEAD)