i'm getting a bunch of warnings of the form:<br><br>warning: deprecated conversion from string constant to 'char*'<br><br>is this something I should:<br><br>1) fix via a gcc option to not give me these warnings or<br>2) fix something I'm doing wrong with c-ffi that's resulting in these warnings<br>