bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] clang Warning


From: Peter Teeson
Subject: [Bug-apl] clang Warning
Date: Sat, 19 Apr 2014 12:22:02 -0400

/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 Notificationusing 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

[Prev in Thread] Current Thread [Next in Thread]