081eea9a9c
This can help us notice real bugs in our code sooner. Some of the unused variable warnings are pedantic from our usage of -Wextra, but GCC >= 3 provides us with a handy attribute we can use to mark variables unused. -Wextra is also a default flag for 1.9.2dev, so we might as well get used to it. |
||
---|---|---|
.. | ||
extconf.rb | ||
mysql2_ext.c | ||
mysql2_ext.h |