On Sat, Dec 7, 2013 at 1:30 PM, Tom Browder <[email protected]> wrote: > On Sat, Dec 7, 2013 at 12:07 PM, <[email protected]> wrote: >> Revision: 58879 >> http://sourceforge.net/p/brlcad/code/58879 >> Author: brlcad >> Date: 2013-12-07 18:07:04 +0000 (Sat, 07 Dec 2013) >> Log Message: >> ----------- >> the issue is that static strings are const, so propagating const to the >> directory pointer should be a simpler solution. > > I tried that but got another warning (don't have it at hand so I can't > quote it exactly).
Okay, here are the warnings with full-up C++ build: /usr/local/src2/brlcad-svn-trunk/src/libbu/whereis.c:106:48: error: invalid conversion from 'const char*' to 'char*' [-fpermissive] /usr/local/src2/brlcad-svn-trunk/src/libbu/which.c:108:48: error: invalid conversion from 'const char*' to 'char*' [-fpermissive] They are what my original commits fixed. -Tom ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
