silence picky compilers: mark unused parameters
Modern gcc versions (4.6.X) get more picky by default and have started to warn for unused parameters, but luckily gcc also allows us to mark them as unused so that we can avoid the warnings.
parent
2af02878
Please register or sign in to comment