/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -I/usr/local/include -rdynamic -g -O2 -MT file_io.lo -MD -MP -MF 
.deps/file_io.Tpo -c -o file_io.lo file_io.cc

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include 
-rdynamic -g -O2 -MT file_io.lo -MD -MP -MF .deps/file_io.Tpo -c file_io.cc  
-fno-common -DPIC -o .libs/file_io.

clang: warning: argument unused during compilation: '-rdynamic'

../apl-svn/src/file_io.cc:113:41: Expression result unused

        for (; fm < (sizeof(fmt) - 1); fm)
                             ^~

Congratulations! 
Expression result unused
This is the only warning that shows up now in the Notifications using Xcode for 
building .

The Warning about -rdynamic occurs for every compilation but we can ignore it 
can't we?
When I do man libtool in Terminal it only shows -dynamic. Couldn't see an 
-rdynamic.

respect…

Peter










Reply via email to