Hi! > * to hide gcc warning "initialization discards qualifiers from pointer target > type"
I think that correct solution is to declare the argv as: const char *const argv[] So that both the array and the stored strings are constant. (Feel free to do this in separate patch) -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
