dlsantos / dnp3

Automatically exported from code.google.com/p/dnp3
0 stars 0 forks source link

Unused variable 'num' in APL/IOServiceThread.cpp #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
During compile:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. 
-I/usr/lib/jvm/java-6-openjdk/include -pthread -I/usr/include 
-DBOOST_TEST_DYN_LINK -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_REGEX_NO_LIB -g -O2 
-g -O2 -Wall -c APL/IOServiceThread.cpp  -fPIC -DPIC -o 
APL/.libs/IOServiceThread.o
APL/IOServiceThread.cpp: In member function 'virtual void 
apl::IOServiceThread::Run()':
APL/IOServiceThread.cpp:62:9: warning: variable 'num' set but not used 
[-Wunused-but-set-variable]

Original issue reported on code.google.com by chris.ve...@gmail.com on 9 Mar 2012 at 12:22