warning: ’sqlstm’ defined but not used

At my current job, I had the misfortune of having to deal with some Oracle Pro*C code. Since I’m a -Werror weenie, I was annoyed that this code was spitting out a ‘warning: ’sqlstm’ defined but not used’ warning in all the proc generated source. Here’s how I inhibited the warning. [...]