Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Andreas Tscharner wrote: >>> P.S. A get a lot of the following warnings while compiling: >>> warning: deprecated conversion from string constant to 'char*' >>> >> gcc issue I expect - just disable the warning, or use a version of >> gcc that doesn't produce it. >> > > I knew that :-) > > andy at shannara:~$ gcc --version > gcc (GCC) 4.2.1 (Debian 4.2.1-5) > > What I meant: Is there another way to remove these warnings by fixing > the code; I had a look at one such warning; it didn't like this for example: > > options I haven't looked at the code in question, but my guess is that it's complaining because 'options' is 'char*' and not 'const char*' or 'const char const*'. -Torsten -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cvsnt.org/pipermail/evs-dev/attachments/20070918/4b52a670/attachment.htm