=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/darkice", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for darkice-1.4nb12 Making all in src gmake[1]: Entering directory '/tmp/work/audio/darkice/work/darkice-1.4/src' /opt/local/bin/gmake all-am gmake[2]: Entering directory '/tmp/work/audio/darkice/work/darkice-1.4/src' g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-AudioSource.o -MD -MP -MF .deps/darkice-AudioSource.Tpo -c -o darkice-AudioSource.o `test -f 'AudioSource.cpp' || echo './'`AudioSource.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-BufferedSink.o -MD -MP -MF .deps/darkice-BufferedSink.Tpo -c -o darkice-BufferedSink.o `test -f 'BufferedSink.cpp' || echo './'`BufferedSink.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-CastSink.o -MD -MP -MF .deps/darkice-CastSink.Tpo -c -o darkice-CastSink.o `test -f 'CastSink.cpp' || echo './'`CastSink.cpp In file included from BufferedSink.h:39, from BufferedSink.cpp:60: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from BufferedSink.h:40: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Sink.h:39, from BufferedSink.h:41: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ BufferedSink.h:305:9: note: by 'virtual BufferedSink& BufferedSink::operator=(const BufferedSink&)' 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~~~~ BufferedSink.cpp:85:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 85 | unsigned int chunkSize ) throw ( Exception ) | ^~~~~ BufferedSink.cpp:111:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 111 | throw ( Exception ) | ^~~~~ BufferedSink.cpp:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | BufferedSink :: strip ( void ) throw ( Exception ) | ^~~~~ BufferedSink.cpp:143:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | throw ( Exception ) | ^~~~~ BufferedSink.cpp:171:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 171 | unsigned int bufferSize ) throw ( Exception ) | ^~~~~ BufferedSink.cpp:274:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 274 | unsigned int len ) throw ( Exception ) | ^~~~~ BufferedSink.cpp:423:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 423 | BufferedSink :: close ( void ) throw ( Exception ) | ^~~~~ In file included from CastSink.cpp:32: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:39, from CastSink.cpp:34: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:40: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Sink.h:39, from CastSink.h:41: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from TcpSocket.h:39, from CastSink.h:42: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ CastSink.cpp:65:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | throw ( Exception ) | ^~~~~ CastSink.cpp:82:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | CastSink :: strip ( void ) throw ( Exception ) | ^~~~~ CastSink.cpp:107:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | CastSink :: open ( void ) throw ( Exception ) | ^~~~~ In file included from Source.h:39, from AudioSource.h:42, from AudioSource.cpp:36: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:43: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.cpp:37: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ AudioSource.cpp:68:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | throw ( Exception ) | ^~~~~ BufferedSink.h: In member function 'virtual void BufferedSink::flush()': BufferedSink.h:386:18: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized] 386 | write( b, 0); | ~~~~~^~~~~~~ BufferedSink.h:386:18: note: by argument 2 of type 'const void*' to 'unsigned int (BufferedSink::)(const void*, unsigned int) throw (Exception)' {aka 'unsigned int (BufferedSink::)(const void*, unsigned int)'} BufferedSink.h:384:29: note: 'b' declared here 384 | unsigned char b[1]; | ^ In member function 'virtual void BufferedSink::flush()', inlined from 'virtual void BufferedSink::cut()' at BufferedSink.h:397:18: BufferedSink.h:386:18: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized] 386 | write( b, 0); | ~~~~~^~~~~~~ BufferedSink.h:386:18: note: by argument 2 of type 'const void*' to 'unsigned int (BufferedSink::)(const void*, unsigned int) throw (Exception)' {aka 'unsigned int (BufferedSink::)(const void*, unsigned int)'} BufferedSink.h: In member function 'virtual void BufferedSink::cut()': BufferedSink.h:384:29: note: 'b' declared here 384 | unsigned char b[1]; | ^ mv -f .deps/darkice-AudioSource.Tpo .deps/darkice-AudioSource.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-FileSink.o -MD -MP -MF .deps/darkice-FileSink.Tpo -c -o darkice-FileSink.o `test -f 'FileSink.cpp' || echo './'`FileSink.cpp mv -f .deps/darkice-CastSink.Tpo .deps/darkice-CastSink.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-Connector.o -MD -MP -MF .deps/darkice-Connector.Tpo -c -o darkice-Connector.o `test -f 'Connector.cpp' || echo './'`Connector.cpp mv -f .deps/darkice-BufferedSink.Tpo .deps/darkice-BufferedSink.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-MultiThreadedConnector.o -MD -MP -MF .deps/darkice-MultiThreadedConnector.Tpo -c -o darkice-MultiThreadedConnector.o `test -f 'MultiThreadedConnector.cpp' || echo './'`MultiThreadedConnector.cpp In file included from FileSink.cpp:96: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from FileSink.h:39, from FileSink.cpp:98: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Sink.h:39, from FileSink.h:40: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ FileSink.h:82:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | const char * name ) throw ( Exception ); | ^~~~~ FileSink.h:90:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | strip ( void ) throw ( Exception ); | ^~~~~ FileSink.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | getArchiveFileName( void ) throw ( Exception ); | ^~~~~ FileSink.h:116:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | FileSink ( void ) throw ( Exception ) | ^~~~~ FileSink.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | const char * name ) throw ( Exception ) | ^~~~~ FileSink.h:145:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | FileSink( const FileSink & fsink ) throw ( Exception ); | ^~~~~ FileSink.h:153:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~FileSink( void ) throw ( Exception ) | ^~~~~ FileSink.h:166:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const FileSink & fs ) throw ( Exception ); | ^~~~~ FileSink.h:195:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | create ( void ) throw ( Exception ); | ^~~~~ FileSink.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | open ( void ) throw ( Exception ); | ^~~~~ FileSink.h:228:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 228 | unsigned int usec ) throw ( Exception ); | ^~~~~ FileSink.h:240:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 240 | unsigned int len ) throw ( Exception ); | ^~~~~ FileSink.h:248:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 248 | flush ( void ) throw ( Exception ) | ^~~~~ FileSink.h:266:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | close ( void ) throw ( Exception ); | ^~~~~ FileSink.cpp:122:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | const char * name ) throw ( Exception ) | ^~~~~ FileSink.cpp:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | FileSink :: strip ( void) throw ( Exception ) | ^~~~~ FileSink.cpp:147:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 147 | FileSink :: FileSink ( const FileSink & fs ) throw ( Exception ) | ^~~~~ FileSink.cpp:167:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | FileSink :: operator= ( const FileSink & fs ) throw ( Exception ) | ^~~~~ FileSink.cpp:213:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | FileSink :: create ( void ) throw ( Exception ) | ^~~~~ FileSink.cpp:237:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | FileSink :: open ( void ) throw ( Exception ) | ^~~~~ FileSink.cpp:257:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 257 | unsigned int usec ) throw ( Exception ) | ^~~~~ FileSink.cpp:293:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 293 | unsigned int len ) throw ( Exception ) | ^~~~~ FileSink.cpp:323:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 323 | FileSink :: getArchiveFileName ( void ) throw ( Exception ) | ^~~~~ FileSink.cpp:373:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | FileSink :: close ( void ) throw ( Exception ) | ^~~~~ In file included from Connector.h:39, from Connector.cpp:33: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from Connector.h:40: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from Connector.h:41: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Connector.h:42: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from Connector.h:43: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ Connector.h:71:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | init ( Source * source ) throw ( Exception ); | ^~~~~ Connector.h:79:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | strip ( void ) throw ( Exception ); | ^~~~~ Connector.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | Connector ( void ) throw ( Exception ) | ^~~~~ Connector.h:118:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 118 | detach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:130:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 130 | Connector ( Source * source ) throw ( Exception ) | ^~~~~ Connector.h:144:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 144 | Sink * sink ) throw ( Exception ) | ^~~~~ Connector.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | Connector ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:164:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 164 | ~Connector( void ) throw ( Exception ) | ^~~~~ Connector.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | operator= ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | attach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:207:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 207 | open ( void ) throw ( Exception ); | ^~~~~ Connector.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int usec ) throw ( Exception ); | ^~~~~ Connector.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | close ( void ) throw ( Exception ); | ^~~~~ Connector.cpp:56:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | Connector :: init ( Source * source ) throw ( Exception ) | ^~~~~ Connector.cpp:68:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | Connector :: strip ( void ) throw ( Exception ) | ^~~~~ Connector.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | Connector :: Connector ( const Connector & connector ) throw ( Exception ) | ^~~~~ Connector.cpp:103:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 103 | Connector :: operator= ( const Connector & connector ) throw ( Exception ) | ^~~~~ Connector.cpp:127:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Connector :: attach ( Sink * sink ) throw ( Exception ) | ^~~~~ Connector.cpp:156:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | Connector :: detach ( Sink * sink ) throw ( Exception ) | ^~~~~ Connector.cpp:217:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | Connector :: open ( void ) throw ( Exception ) | ^~~~~ Connector.cpp:259:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 259 | unsigned int usec ) throw ( Exception ) | ^~~~~ Connector.cpp: In member function 'virtual unsigned int Connector::transfer(long unsigned int, unsigned int, unsigned int, unsigned int)': Connector.cpp:278:25: warning: variable 'e' set but not used [-Wunused-but-set-variable] 278 | unsigned int e = 0; | ^ Connector.cpp: At global scope: Connector.cpp:348:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | Connector :: close ( void ) throw ( Exception ) | ^~~~~ In file included from MultiThreadedConnector.h:51, from MultiThreadedConnector.cpp:44: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from MultiThreadedConnector.h:52: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from MultiThreadedConnector.h:53: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from MultiThreadedConnector.h:54: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from MultiThreadedConnector.h:55: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from MultiThreadedConnector.h:56: Connector.h:71:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | init ( Source * source ) throw ( Exception ); | ^~~~~ Connector.h:79:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | strip ( void ) throw ( Exception ); | ^~~~~ Connector.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | Connector ( void ) throw ( Exception ) | ^~~~~ Connector.h:118:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 118 | detach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:130:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 130 | Connector ( Source * source ) throw ( Exception ) | ^~~~~ Connector.h:144:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 144 | Sink * sink ) throw ( Exception ) | ^~~~~ Connector.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | Connector ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:164:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 164 | ~Connector( void ) throw ( Exception ) | ^~~~~ Connector.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | operator= ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | attach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:207:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 207 | open ( void ) throw ( Exception ); | ^~~~~ Connector.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int usec ) throw ( Exception ); | ^~~~~ Connector.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | close ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:191:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 191 | init ( bool reconnect ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:199:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | strip ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:209:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 209 | MultiThreadedConnector ( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:229:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:249:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:262:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 262 | throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:270:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 270 | ~MultiThreadedConnector( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:284:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:293:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 293 | open ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:321:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 321 | unsigned int usec ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:338:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 338 | close ( void ) throw ( Exception ); | ^~~~~ Connector.h:177:9: warning: 'virtual Connector& Connector::operator=(const Connector&)' was hidden [-Woverloaded-virtual=] 177 | operator= ( const Connector & connector ) throw ( Exception ); | ^~~~~~~~ MultiThreadedConnector.h:283:9: note: by 'virtual MultiThreadedConnector& MultiThreadedConnector::operator=(const MultiThreadedConnector&)' 283 | operator= ( const MultiThreadedConnector & connector ) | ^~~~~~~~ In file included from MultiThreadedConnector.cpp:45: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.cpp:68:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | MultiThreadedConnector :: init ( bool reconnect ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:82:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | MultiThreadedConnector :: strip ( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:99:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:121:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | MultiThreadedConnector :: open ( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:217:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.cpp:367:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 367 | MultiThreadedConnector :: close ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-FileSink.Tpo .deps/darkice-FileSink.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-DarkIce.o -MD -MP -MF .deps/darkice-DarkIce.Tpo -c -o darkice-DarkIce.o `test -f 'DarkIce.cpp' || echo './'`DarkIce.cpp mv -f .deps/darkice-Connector.Tpo .deps/darkice-Connector.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-Exception.o -MD -MP -MF .deps/darkice-Exception.Tpo -c -o darkice-Exception.o `test -f 'Exception.cpp' || echo './'`Exception.cpp mv -f .deps/darkice-MultiThreadedConnector.Tpo .deps/darkice-MultiThreadedConnector.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-IceCast.o -MD -MP -MF .deps/darkice-IceCast.Tpo -c -o darkice-IceCast.o `test -f 'IceCast.cpp' || echo './'`IceCast.cpp In file included from DarkIce.cpp:75: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from Sink.h:39, from IceCast.h:39, from DarkIce.cpp:76: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from TcpSocket.h:39, from IceCast.h:40: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from TcpSocket.h:41: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:39, from IceCast.h:41: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ IceCast.h:90:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | throw ( Exception ); | ^~~~~ IceCast.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | strip ( void ) throw ( Exception ); | ^~~~~ IceCast.h:109:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 109 | IceCast ( void ) throw ( Exception ) | ^~~~~ IceCast.h:121:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | sendLogin ( void ) throw ( Exception ); | ^~~~~ IceCast.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | throw ( Exception ) | ^~~~~ IceCast.h:176:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | IceCast( const IceCast & cs ) throw ( Exception ) | ^~~~~ IceCast.h:190:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 190 | ~IceCast( void ) throw ( Exception ) | ^~~~~ IceCast.h:203:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 203 | operator= ( const IceCast & cs ) throw ( Exception ) | ^~~~~ CastSink.h:258:9: warning: 'virtual CastSink& CastSink::operator=(const CastSink&)' was hidden [-Woverloaded-virtual=] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ IceCast.h:203:9: note: by 'virtual IceCast& IceCast::operator=(const IceCast&)' 203 | operator= ( const IceCast & cs ) throw ( Exception ) | ^~~~~~~~ In file included from DarkIce.cpp:77: IceCast2.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | throw ( Exception ); | ^~~~~ IceCast2.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ IceCast2.h:117:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | IceCast2 ( void ) throw ( Exception ) | ^~~~~ IceCast2.h:129:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 129 | sendLogin ( void ) throw ( Exception ); | ^~~~~ IceCast2.h:165:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 165 | throw ( Exception ) | ^~~~~ IceCast2.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | IceCast2( const IceCast2 & cs ) throw ( Exception ) | ^~~~~ IceCast2.h:198:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | ~IceCast2( void ) throw ( Exception ) | ^~~~~ IceCast2.h:211:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 211 | operator= ( const IceCast2 & cs ) throw ( Exception ) | ^~~~~ CastSink.h:258:9: warning: 'virtual CastSink& CastSink::operator=(const CastSink&)' was hidden [-Woverloaded-virtual=] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ IceCast2.h:211:9: note: by 'virtual IceCast2& IceCast2::operator=(const IceCast2&)' 211 | operator= ( const IceCast2 & cs ) throw ( Exception ) | ^~~~~~~~ In file included from DarkIce.cpp:78: ShoutCast.h:97:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 97 | throw ( Exception ); | ^~~~~ ShoutCast.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | strip ( void ) throw ( Exception ); | ^~~~~ ShoutCast.h:116:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | ShoutCast ( void ) throw ( Exception ) | ^~~~~ ShoutCast.h:128:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | sendLogin ( void ) throw ( Exception ); | ^~~~~ ShoutCast.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | throw ( Exception ) | ^~~~~ ShoutCast.h:185:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | ShoutCast( const ShoutCast & cs ) throw ( Exception ) | ^~~~~ ShoutCast.h:197:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | ~ShoutCast( void ) throw ( Exception ) | ^~~~~ ShoutCast.h:210:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | operator= ( const ShoutCast & cs ) throw ( Exception ) | ^~~~~ CastSink.h:258:9: warning: 'virtual CastSink& CastSink::operator=(const CastSink&)' was hidden [-Woverloaded-virtual=] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ ShoutCast.h:210:9: note: by 'virtual ShoutCast& ShoutCast::operator=(const ShoutCast&)' 210 | operator= ( const ShoutCast & cs ) throw ( Exception ) | ^~~~~~~~ In file included from FileCast.h:42, from DarkIce.cpp:79: FileSink.h:82:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | const char * name ) throw ( Exception ); | ^~~~~ FileSink.h:90:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | strip ( void ) throw ( Exception ); | ^~~~~ FileSink.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | getArchiveFileName( void ) throw ( Exception ); | ^~~~~ FileSink.h:116:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | FileSink ( void ) throw ( Exception ) | ^~~~~ FileSink.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | const char * name ) throw ( Exception ) | ^~~~~ FileSink.h:145:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | FileSink( const FileSink & fsink ) throw ( Exception ); | ^~~~~ FileSink.h:153:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~FileSink( void ) throw ( Exception ) | ^~~~~ FileSink.h:166:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const FileSink & fs ) throw ( Exception ); | ^~~~~ FileSink.h:195:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | create ( void ) throw ( Exception ); | ^~~~~ FileSink.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | open ( void ) throw ( Exception ); | ^~~~~ FileSink.h:228:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 228 | unsigned int usec ) throw ( Exception ); | ^~~~~ FileSink.h:240:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 240 | unsigned int len ) throw ( Exception ); | ^~~~~ FileSink.h:248:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 248 | flush ( void ) throw ( Exception ) | ^~~~~ FileSink.h:266:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | close ( void ) throw ( Exception ); | ^~~~~ FileCast.h:77:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | throw ( Exception ) | ^~~~~ FileCast.h:88:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | strip ( void ) throw ( Exception ) | ^~~~~ FileCast.h:104:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | FileCast ( void ) throw ( Exception ) | ^~~~~ FileCast.h:117:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | sendLogin ( void ) throw ( Exception ) | ^~~~~ FileCast.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | throw ( Exception ) | ^~~~~ FileCast.h:145:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | FileCast( const FileCast & cs ) throw ( Exception ) | ^~~~~ FileCast.h:156:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | ~FileCast( void ) throw ( Exception ) | ^~~~~ FileCast.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | operator= ( const FileCast & cs ) throw ( Exception ) | ^~~~~ FileCast.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ FileCast.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ) | ^~~~~ FileCast.h:225:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 225 | unsigned int len ) throw ( Exception ) | ^~~~~ FileCast.h:236:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | flush ( void ) throw ( Exception ) | ^~~~~ FileCast.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | close ( void ) throw ( Exception ) | ^~~~~ In file included from MultiThreadedConnector.h:56, from DarkIce.cpp:80: Connector.h:71:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | init ( Source * source ) throw ( Exception ); | ^~~~~ Connector.h:79:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | strip ( void ) throw ( Exception ); | ^~~~~ Connector.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | Connector ( void ) throw ( Exception ) | ^~~~~ Connector.h:118:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 118 | detach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:130:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 130 | Connector ( Source * source ) throw ( Exception ) | ^~~~~ Connector.h:144:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 144 | Sink * sink ) throw ( Exception ) | ^~~~~ Connector.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | Connector ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:164:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 164 | ~Connector( void ) throw ( Exception ) | ^~~~~ Connector.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | operator= ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | attach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:207:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 207 | open ( void ) throw ( Exception ); | ^~~~~ Connector.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int usec ) throw ( Exception ); | ^~~~~ Connector.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | close ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:191:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 191 | init ( bool reconnect ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:199:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | strip ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:209:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 209 | MultiThreadedConnector ( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:229:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:249:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:262:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 262 | throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:270:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 270 | ~MultiThreadedConnector( void ) throw ( Exception ) | ^~~~~ MultiThreadedConnector.h:284:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:293:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 293 | open ( void ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:321:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 321 | unsigned int usec ) throw ( Exception ); | ^~~~~ MultiThreadedConnector.h:338:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 338 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:55, from DarkIce.cpp:81: AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:58: AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:297:9: note: by 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ In file included from DarkIceConfig.h:45, from DarkIce.h:61: ConfigSection.h:96:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:106:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | const char * value ) throw ( Exception ); | ^~~~~ ConfigSection.h:145:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | get ( const char * key ) const throw ( Exception ); | ^~~~~ ConfigSection.h:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 162 | throw ( Exception ); | ^~~~~ ConfigSection.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:114:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:126:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 126 | Config ( std::istream & is ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:137:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 137 | ~Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:163:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | reset ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:187:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 187 | read ( std::istream & is ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | get ( const char * key ) const throw ( Exception ); | ^~~~~ DarkIce.h:150:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | init ( const Config & config ) throw ( Exception ); | ^~~~~ DarkIce.h:163:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:176:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:189:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 189 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:201:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 201 | throw ( Exception ); | ^~~~~ DarkIce.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | setRealTimeScheduling ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:219:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 219 | setOriginalScheduling ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | encode ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:239:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 239 | shout ( unsigned int ) throw ( Exception ); | ^~~~~ DarkIce.h:250:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | DarkIce ( void ) throw ( Exception ) | ^~~~~ DarkIce.h:266:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | DarkIce ( const Config & config ) throw ( Exception ) | ^~~~~ DarkIce.h:277:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 277 | ~DarkIce ( void ) throw ( Exception ) | ^~~~~ DarkIce.h:302:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 302 | run ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.cpp:84: LameLibEncoder.h:108:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 108 | int highpass ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | LameLibEncoder ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:202:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 202 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:251:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 251 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:271:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 271 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:284:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | ~LameLibEncoder ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:300:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 300 | operator= ( const LameLibEncoder & encoder ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:341:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | start ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:352:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 352 | stop ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:364:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 364 | open ( void ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:388:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 388 | unsigned int usec ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:410:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 410 | unsigned int len ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:419:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | flush ( void ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:427:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 427 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.cpp:88: TwoLameLibEncoder.h:88:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | init ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:96:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | strip ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:109:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 109 | TwoLameLibEncoder ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:180:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:200:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 200 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:213:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | ~TwoLameLibEncoder ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:229:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | operator= ( const TwoLameLibEncoder & encoder ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:270:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 270 | start ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:281:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 281 | stop ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:293:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 293 | open ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:317:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 317 | unsigned int usec ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:339:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 339 | unsigned int len ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:348:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | flush ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:356:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 356 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.cpp:92: VorbisLibEncoder.h:138:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 138 | init ( unsigned int outMaxBitrate ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:163:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | vorbisBlocksOut( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:174:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 174 | VorbisLibEncoder ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:213:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:255:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:290:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 290 | ~VorbisLibEncoder ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:306:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 306 | operator= ( const VorbisLibEncoder & encoder ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:352:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 352 | start ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:363:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 363 | stop ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:375:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 375 | open ( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:399:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 399 | unsigned int usec ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:425:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 425 | unsigned int len ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:434:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 434 | flush ( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:442:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 442 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.cpp:96: OpusLibEncoder.h:97:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 97 | inline int buildPacket( unsigned char** packet) throw ( Exception ) { | ^~~~~ OpusLibEncoder.h:153:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | inline int buildPacket( unsigned char** packet) throw ( Exception ) { | ^~~~~ OpusLibEncoder.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | init ( unsigned int outMaxBitrate ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:260:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 260 | strip ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:279:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 279 | bool eos = false ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:290:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 290 | OpusLibEncoder ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:329:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 329 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:371:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 371 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:391:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 391 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:406:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 406 | ~OpusLibEncoder ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:422:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 422 | operator= ( const OpusLibEncoder & encoder ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:468:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | start ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:479:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 479 | stop ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:491:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 491 | open ( void ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:515:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 515 | unsigned int usec ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:537:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 537 | unsigned int len ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:546:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | flush ( void ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:554:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.cpp:100: FaacEncoder.h:134:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | init ( int lowpass) throw (Exception) | ^~~~~ FaacEncoder.h:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 219 | strip ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:241:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 241 | FaacEncoder ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:282:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 282 | throw ( Exception ) | ^~~~~ FaacEncoder.h:326:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | throw ( Exception ) | ^~~~~ FaacEncoder.h:346:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 346 | throw ( Exception ) | ^~~~~ FaacEncoder.h:359:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 359 | ~FaacEncoder ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:375:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 375 | operator= ( const FaacEncoder & encoder ) throw ( Exception ) | ^~~~~ FaacEncoder.h:420:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 420 | start ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:431:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 431 | stop ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:443:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 443 | open ( void ) throw ( Exception ); | ^~~~~ FaacEncoder.h:467:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | unsigned int usec ) throw ( Exception ) | ^~~~~ FaacEncoder.h:489:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 489 | unsigned int len ) throw ( Exception ); | ^~~~~ FaacEncoder.h:498:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 498 | flush ( void ) throw ( Exception ); | ^~~~~ FaacEncoder.h:506:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 506 | close ( void ) throw ( Exception ); | ^~~~~ DarkIce.cpp:140:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 140 | DarkIce :: init ( const Config & config ) throw ( Exception ) | ^~~~~ DarkIce.cpp:217:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | throw ( Exception ) | ^~~~~ DarkIce.cpp:431:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 431 | throw ( Exception ) | ^~~~~ DarkIce.cpp:746:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 746 | throw ( Exception ) | ^~~~~ DarkIce.cpp:934:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 934 | throw ( Exception ) | ^~~~~ DarkIce.cpp:1178:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1178 | DarkIce :: setRealTimeScheduling ( void ) throw ( Exception ) | ^~~~~ DarkIce.cpp:1235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1235 | DarkIce :: setOriginalScheduling ( void ) throw ( Exception ) | ^~~~~ DarkIce.cpp:1266:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1266 | DarkIce :: encode ( void ) throw ( Exception ) | ^~~~~ DarkIce.cpp:1291:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1291 | DarkIce :: run ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-Exception.Tpo .deps/darkice-Exception.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-IceCast2.o -MD -MP -MF .deps/darkice-IceCast2.Tpo -c -o darkice-IceCast2.o `test -f 'IceCast2.cpp' || echo './'`IceCast2.cpp In file included from Source.h:39, from IceCast.cpp:56: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from IceCast.cpp:57: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from IceCast.cpp:58: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from TcpSocket.h:41, from IceCast.h:40, from IceCast.cpp:59: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ In file included from CastSink.h:39, from IceCast.h:41: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ BufferedSink.h:305:9: note: by 'virtual BufferedSink& BufferedSink::operator=(const BufferedSink&)' 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ CastSink.h:258:9: note: by 'virtual CastSink& CastSink::operator=(const CastSink&)' 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ IceCast.h:90:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | throw ( Exception ); | ^~~~~ IceCast.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | strip ( void ) throw ( Exception ); | ^~~~~ IceCast.h:109:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 109 | IceCast ( void ) throw ( Exception ) | ^~~~~ IceCast.h:121:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | sendLogin ( void ) throw ( Exception ); | ^~~~~ IceCast.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | throw ( Exception ) | ^~~~~ IceCast.h:176:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | IceCast( const IceCast & cs ) throw ( Exception ) | ^~~~~ IceCast.h:190:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 190 | ~IceCast( void ) throw ( Exception ) | ^~~~~ IceCast.h:203:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 203 | operator= ( const IceCast & cs ) throw ( Exception ) | ^~~~~ CastSink.h:258:9: warning: 'virtual CastSink& CastSink::operator=(const CastSink&)' was hidden [-Woverloaded-virtual=] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ IceCast.h:203:9: note: by 'virtual IceCast& IceCast::operator=(const IceCast&)' 203 | operator= ( const IceCast & cs ) throw ( Exception ) | ^~~~~~~~ IceCast.cpp:91:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 91 | throw ( Exception ) | ^~~~~ IceCast.cpp:103:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 103 | IceCast :: strip ( void ) throw ( Exception ) | ^~~~~ IceCast.cpp:119:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 119 | IceCast :: sendLogin ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-IceCast.Tpo .deps/darkice-IceCast.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-ShoutCast.o -MD -MP -MF .deps/darkice-ShoutCast.Tpo -c -o darkice-ShoutCast.o `test -f 'ShoutCast.cpp' || echo './'`ShoutCast.cpp In file included from Source.h:39, from IceCast2.cpp:57: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from IceCast2.cpp:58: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from IceCast2.cpp:59: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from TcpSocket.h:41, from IceCast2.h:40, from IceCast2.cpp:60: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:39, from IceCast2.h:41: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ IceCast2.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | throw ( Exception ); | ^~~~~ IceCast2.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ IceCast2.h:117:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | IceCast2 ( void ) throw ( Exception ) | ^~~~~ IceCast2.h:129:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 129 | sendLogin ( void ) throw ( Exception ); | ^~~~~ IceCast2.h:165:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 165 | throw ( Exception ) | ^~~~~ IceCast2.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | IceCast2( const IceCast2 & cs ) throw ( Exception ) | ^~~~~ IceCast2.h:198:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | ~IceCast2( void ) throw ( Exception ) | ^~~~~ IceCast2.h:211:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 211 | operator= ( const IceCast2 & cs ) throw ( Exception ) | ^~~~~ IceCast2.cpp:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | throw ( Exception ) | ^~~~~ IceCast2.cpp:106:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | IceCast2 :: strip ( void ) throw ( Exception ) | ^~~~~ IceCast2.cpp:119:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 119 | IceCast2 :: sendLogin ( void ) throw ( Exception ) | ^~~~~ In file included from Source.h:39, from ShoutCast.cpp:58: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from ShoutCast.cpp:59: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from ShoutCast.cpp:60: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from TcpSocket.h:41, from ShoutCast.h:40, from ShoutCast.cpp:61: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ In file included from CastSink.h:39, from ShoutCast.h:41: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ BufferedSink.h:305:9: note: by 'virtual BufferedSink& BufferedSink::operator=(const BufferedSink&)' 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ CastSink.h:258:9: note: by 'virtual CastSink& CastSink::operator=(const CastSink&)' 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ ShoutCast.h:97:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 97 | throw ( Exception ); | ^~~~~ ShoutCast.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | strip ( void ) throw ( Exception ); | ^~~~~ ShoutCast.h:116:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | ShoutCast ( void ) throw ( Exception ) | ^~~~~ ShoutCast.h:128:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | sendLogin ( void ) throw ( Exception ); | ^~~~~ ShoutCast.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | throw ( Exception ) | ^~~~~ ShoutCast.h:185:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | ShoutCast( const ShoutCast & cs ) throw ( Exception ) | ^~~~~ ShoutCast.h:197:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | ~ShoutCast( void ) throw ( Exception ) | ^~~~~ ShoutCast.h:210:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | operator= ( const ShoutCast & cs ) throw ( Exception ) | ^~~~~ CastSink.h:258:9: warning: 'virtual CastSink& CastSink::operator=(const CastSink&)' was hidden [-Woverloaded-virtual=] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~~~~ ShoutCast.h:210:9: note: by 'virtual ShoutCast& ShoutCast::operator=(const ShoutCast&)' 210 | operator= ( const ShoutCast & cs ) throw ( Exception ) | ^~~~~~~~ ShoutCast.cpp:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | throw ( Exception ) | ^~~~~ ShoutCast.cpp:107:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | ShoutCast :: strip ( void ) throw ( Exception ) | ^~~~~ ShoutCast.cpp:128:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | ShoutCast :: sendLogin ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-ShoutCast.Tpo .deps/darkice-ShoutCast.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-FileCast.o -MD -MP -MF .deps/darkice-FileCast.Tpo -c -o darkice-FileCast.o `test -f 'FileCast.cpp' || echo './'`FileCast.cpp mv -f .deps/darkice-DarkIce.Tpo .deps/darkice-DarkIce.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-LameLibEncoder.o -MD -MP -MF .deps/darkice-LameLibEncoder.Tpo -c -o darkice-LameLibEncoder.o `test -f 'LameLibEncoder.cpp' || echo './'`LameLibEncoder.cpp In file included from Source.h:39, from FileCast.cpp:50: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from FileCast.cpp:51: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from FileCast.cpp:52: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from FileCast.h:39, from FileCast.cpp:53: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:40, from FileCast.h:41: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from CastSink.h:42: TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ In file included from FileCast.h:42: FileSink.h:82:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | const char * name ) throw ( Exception ); | ^~~~~ FileSink.h:90:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | strip ( void ) throw ( Exception ); | ^~~~~ FileSink.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | getArchiveFileName( void ) throw ( Exception ); | ^~~~~ FileSink.h:116:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 116 | FileSink ( void ) throw ( Exception ) | ^~~~~ FileSink.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | const char * name ) throw ( Exception ) | ^~~~~ FileSink.h:145:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | FileSink( const FileSink & fsink ) throw ( Exception ); | ^~~~~ FileSink.h:153:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~FileSink( void ) throw ( Exception ) | ^~~~~ FileSink.h:166:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const FileSink & fs ) throw ( Exception ); | ^~~~~ FileSink.h:195:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | create ( void ) throw ( Exception ); | ^~~~~ FileSink.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | open ( void ) throw ( Exception ); | ^~~~~ FileSink.h:228:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 228 | unsigned int usec ) throw ( Exception ); | ^~~~~ FileSink.h:240:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 240 | unsigned int len ) throw ( Exception ); | ^~~~~ FileSink.h:248:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 248 | flush ( void ) throw ( Exception ) | ^~~~~ FileSink.h:266:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | close ( void ) throw ( Exception ); | ^~~~~ FileCast.h:77:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | throw ( Exception ) | ^~~~~ FileCast.h:88:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | strip ( void ) throw ( Exception ) | ^~~~~ FileCast.h:104:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | FileCast ( void ) throw ( Exception ) | ^~~~~ FileCast.h:117:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | sendLogin ( void ) throw ( Exception ) | ^~~~~ FileCast.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | throw ( Exception ) | ^~~~~ FileCast.h:145:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | FileCast( const FileCast & cs ) throw ( Exception ) | ^~~~~ FileCast.h:156:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | ~FileCast( void ) throw ( Exception ) | ^~~~~ FileCast.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | operator= ( const FileCast & cs ) throw ( Exception ) | ^~~~~ FileCast.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ FileCast.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ) | ^~~~~ FileCast.h:225:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 225 | unsigned int len ) throw ( Exception ) | ^~~~~ FileCast.h:236:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | flush ( void ) throw ( Exception ) | ^~~~~ FileCast.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | close ( void ) throw ( Exception ) | ^~~~~ FileCast.cpp:76:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | FileCast :: open ( void ) throw ( Exception ) | ^~~~~ In file included from LameLibEncoder.cpp:42: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from LameLibEncoder.h:50, from LameLibEncoder.cpp:43: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from LameLibEncoder.h:52: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:39, from LameLibEncoder.h:53: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:42, from AudioEncoder.h:41: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ LameLibEncoder.h:108:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 108 | int highpass ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | LameLibEncoder ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:202:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 202 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:251:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 251 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:271:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 271 | throw ( Exception ) | ^~~~~ LameLibEncoder.h:284:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | ~LameLibEncoder ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:300:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 300 | operator= ( const LameLibEncoder & encoder ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:341:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | start ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:352:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 352 | stop ( void ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:364:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 364 | open ( void ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:388:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 388 | unsigned int usec ) throw ( Exception ) | ^~~~~ LameLibEncoder.h:410:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 410 | unsigned int len ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:419:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | flush ( void ) throw ( Exception ); | ^~~~~ LameLibEncoder.h:427:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 427 | close ( void ) throw ( Exception ); | ^~~~~ LameLibEncoder.cpp:67:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 67 | throw ( Exception ) | ^~~~~ LameLibEncoder.cpp:278:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 278 | unsigned int len ) throw ( Exception ) | ^~~~~ LameLibEncoder.cpp:352:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 352 | throw ( Exception ) | ^~~~~ LameLibEncoder.cpp:383:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 383 | LameLibEncoder :: close ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-FileCast.Tpo .deps/darkice-FileCast.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-TwoLameLibEncoder.o -MD -MP -MF .deps/darkice-TwoLameLibEncoder.Tpo -c -o darkice-TwoLameLibEncoder.o `test -f 'TwoLameLibEncoder.cpp' || echo './'`TwoLameLibEncoder.cpp mv -f .deps/darkice-LameLibEncoder.Tpo .deps/darkice-LameLibEncoder.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-VorbisLibEncoder.o -MD -MP -MF .deps/darkice-VorbisLibEncoder.Tpo -c -o darkice-VorbisLibEncoder.o `test -f 'VorbisLibEncoder.cpp' || echo './'`VorbisLibEncoder.cpp In file included from TwoLameLibEncoder.cpp:42: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from TwoLameLibEncoder.h:50, from TwoLameLibEncoder.cpp:43: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from TwoLameLibEncoder.h:52: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:39, from TwoLameLibEncoder.h:53: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:42, from AudioEncoder.h:41: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:297:9: note: by 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ TwoLameLibEncoder.h:88:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | init ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:96:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | strip ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:109:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 109 | TwoLameLibEncoder ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:180:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:200:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 200 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:213:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | ~TwoLameLibEncoder ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:229:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | operator= ( const TwoLameLibEncoder & encoder ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:270:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 270 | start ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:281:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 281 | stop ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:293:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 293 | open ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:317:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 317 | unsigned int usec ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.h:339:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 339 | unsigned int len ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:348:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | flush ( void ) throw ( Exception ); | ^~~~~ TwoLameLibEncoder.h:356:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 356 | close ( void ) throw ( Exception ); | ^~~~~ AudioEncoder.h:297:9: warning: 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' was hidden [-Woverloaded-virtual=] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ TwoLameLibEncoder.h:229:9: note: by 'virtual TwoLameLibEncoder& TwoLameLibEncoder::operator=(const TwoLameLibEncoder&)' 229 | operator= ( const TwoLameLibEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ TwoLameLibEncoder.cpp:68:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | TwoLameLibEncoder :: init ( void ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.cpp:101:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 101 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.cpp:185:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | unsigned int len ) throw ( Exception ) | ^~~~~ TwoLameLibEncoder.cpp:259:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 259 | throw ( Exception ) | ^~~~~ TwoLameLibEncoder.cpp:290:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 290 | TwoLameLibEncoder :: close ( void ) throw ( Exception ) | ^~~~~ In file included from VorbisLibEncoder.cpp:41: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from VorbisLibEncoder.h:50, from VorbisLibEncoder.cpp:42: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from VorbisLibEncoder.h:52: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:39, from VorbisLibEncoder.h:53: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:42, from AudioEncoder.h:41: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:297:9: note: by 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ VorbisLibEncoder.h:138:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 138 | init ( unsigned int outMaxBitrate ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:163:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | vorbisBlocksOut( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:174:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 174 | VorbisLibEncoder ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:213:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:255:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:290:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 290 | ~VorbisLibEncoder ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:306:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 306 | operator= ( const VorbisLibEncoder & encoder ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:352:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 352 | start ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:363:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 363 | stop ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:375:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 375 | open ( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:399:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 399 | unsigned int usec ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.h:425:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 425 | unsigned int len ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:434:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 434 | flush ( void ) throw ( Exception ); | ^~~~~ VorbisLibEncoder.h:442:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 442 | close ( void ) throw ( Exception ); | ^~~~~ AudioEncoder.h:297:9: warning: 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' was hidden [-Woverloaded-virtual=] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ VorbisLibEncoder.h:306:9: note: by 'virtual VorbisLibEncoder& VorbisLibEncoder::operator=(const VorbisLibEncoder&)' 306 | operator= ( const VorbisLibEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ VorbisLibEncoder.cpp:66:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 66 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.cpp:149:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 149 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.cpp:286:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 286 | unsigned int len ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.cpp:385:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 385 | throw ( Exception ) | ^~~~~ VorbisLibEncoder.cpp:401:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 401 | VorbisLibEncoder :: vorbisBlocksOut ( void ) throw ( Exception ) | ^~~~~ VorbisLibEncoder.cpp:436:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 436 | VorbisLibEncoder :: close ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-TwoLameLibEncoder.Tpo .deps/darkice-TwoLameLibEncoder.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-OpusLibEncoder.o -MD -MP -MF .deps/darkice-OpusLibEncoder.Tpo -c -o darkice-OpusLibEncoder.o `test -f 'OpusLibEncoder.cpp' || echo './'`OpusLibEncoder.cpp In file included from OpusLibEncoder.cpp:44: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from OpusLibEncoder.h:53, from OpusLibEncoder.cpp:45: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from OpusLibEncoder.h:55: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:39, from OpusLibEncoder.h:56: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:42, from AudioEncoder.h:41: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:297:9: note: by 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ OpusLibEncoder.h:97:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 97 | inline int buildPacket( unsigned char** packet) throw ( Exception ) { | ^~~~~ OpusLibEncoder.h:153:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | inline int buildPacket( unsigned char** packet) throw ( Exception ) { | ^~~~~ OpusLibEncoder.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | init ( unsigned int outMaxBitrate ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:260:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 260 | strip ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:279:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 279 | bool eos = false ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:290:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 290 | OpusLibEncoder ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:329:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 329 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:371:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 371 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:391:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 391 | throw ( Exception ) | ^~~~~ OpusLibEncoder.h:406:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 406 | ~OpusLibEncoder ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:422:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 422 | operator= ( const OpusLibEncoder & encoder ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:468:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | start ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:479:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 479 | stop ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:491:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 491 | open ( void ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:515:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 515 | unsigned int usec ) throw ( Exception ) | ^~~~~ OpusLibEncoder.h:537:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 537 | unsigned int len ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:546:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | flush ( void ) throw ( Exception ); | ^~~~~ OpusLibEncoder.h:554:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:42, from OpusLibEncoder.cpp:46: TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from CastSink.h:43: BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp:72:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp:152:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 152 | throw ( Exception ) | ^~~~~ mv -f .deps/darkice-VorbisLibEncoder.Tpo .deps/darkice-VorbisLibEncoder.Po OpusLibEncoder.cpp:330:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 330 | unsigned int len ) throw ( Exception ) | ^~~~~ g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-FaacEncoder.o -MD -MP -MF .deps/darkice-FaacEncoder.Tpo -c -o darkice-FaacEncoder.o `test -f 'FaacEncoder.cpp' || echo './'`FaacEncoder.cpp OpusLibEncoder.cpp:474:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 474 | throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp:509:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 509 | bool eos ) throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp:548:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 548 | OpusLibEncoder :: close ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp: In member function 'virtual bool OpusLibEncoder::open()': OpusLibEncoder.cpp:224:12: warning: 'char* std::strncpy(char*, const char*, size_t)' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 224 | strncpy(header.magic, "OpusHead", 8); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OpusLibEncoder.cpp:256:12: warning: 'char* std::strncpy(char*, const char*, size_t)' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 256 | strncpy(commentHeader.magic, "OpusTags", 8); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from FaacEncoder.cpp:42: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from FaacEncoder.h:50, from FaacEncoder.cpp:43: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from FaacEncoder.h:52: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:39, from FaacEncoder.h:53: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from AudioEncoder.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:42, from AudioEncoder.h:41: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ AudioEncoder.h:297:9: note: by 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ FaacEncoder.h:134:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | init ( int lowpass) throw (Exception) | ^~~~~ FaacEncoder.h:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 219 | strip ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:241:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 241 | FaacEncoder ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:282:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 282 | throw ( Exception ) | ^~~~~ FaacEncoder.h:326:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | throw ( Exception ) | ^~~~~ FaacEncoder.h:346:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 346 | throw ( Exception ) | ^~~~~ FaacEncoder.h:359:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 359 | ~FaacEncoder ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:375:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 375 | operator= ( const FaacEncoder & encoder ) throw ( Exception ) | ^~~~~ FaacEncoder.h:420:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 420 | start ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:431:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 431 | stop ( void ) throw ( Exception ) | ^~~~~ FaacEncoder.h:443:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 443 | open ( void ) throw ( Exception ); | ^~~~~ FaacEncoder.h:467:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | unsigned int usec ) throw ( Exception ) | ^~~~~ FaacEncoder.h:489:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 489 | unsigned int len ) throw ( Exception ); | ^~~~~ FaacEncoder.h:498:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 498 | flush ( void ) throw ( Exception ); | ^~~~~ FaacEncoder.h:506:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 506 | close ( void ) throw ( Exception ); | ^~~~~ AudioEncoder.h:297:9: warning: 'virtual AudioEncoder& AudioEncoder::operator=(const AudioEncoder&)' was hidden [-Woverloaded-virtual=] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ FaacEncoder.h:375:9: note: by 'virtual FaacEncoder& FaacEncoder::operator=(const FaacEncoder&)' 375 | operator= ( const FaacEncoder & encoder ) throw ( Exception ) | ^~~~~~~~ FaacEncoder.cpp:67:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 67 | throw ( Exception ) | ^~~~~ FaacEncoder.cpp:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | unsigned int len ) throw ( Exception ) | ^~~~~ FaacEncoder.cpp:252:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | throw ( Exception ) | ^~~~~ FaacEncoder.cpp:266:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | FaacEncoder :: close ( void ) throw ( Exception ) | ^~~~~ OpusLibEncoder.cpp:253:12: warning: 'char* std::strncat(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 253 | strncat( tags[0].tag_str, name, tags[0].tag_len); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OpusLibEncoder.cpp:247:48: note: length computed here 247 | tags[0].tag_len = strlen(titlestr) + strlen(name); | ~~~~~~^~~~~~ mv -f .deps/darkice-OpusLibEncoder.Tpo .deps/darkice-OpusLibEncoder.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-aacPlusEncoder.o -MD -MP -MF .deps/darkice-aacPlusEncoder.Tpo -c -o darkice-aacPlusEncoder.o `test -f 'aacPlusEncoder.cpp' || echo './'`aacPlusEncoder.cpp mv -f .deps/darkice-aacPlusEncoder.Tpo .deps/darkice-aacPlusEncoder.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-OssDspSource.o -MD -MP -MF .deps/darkice-OssDspSource.Tpo -c -o darkice-OssDspSource.o `test -f 'OssDspSource.cpp' || echo './'`OssDspSource.cpp mv -f .deps/darkice-FaacEncoder.Tpo .deps/darkice-FaacEncoder.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-SerialUlaw.o -MD -MP -MF .deps/darkice-SerialUlaw.Tpo -c -o darkice-SerialUlaw.o `test -f 'SerialUlaw.cpp' || echo './'`SerialUlaw.cpp In file included from OssDspSource.h:39, from OssDspSource.cpp:32: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Source.h:39, from AudioSource.h:42, from OssDspSource.h:40: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from OssDspSource.cpp:96: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ OssDspSource.cpp:143:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | OssDspSource :: init ( const char * name ) throw ( Exception ) | ^~~~~ OssDspSource.cpp:155:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 155 | OssDspSource :: strip ( void ) throw ( Exception ) | ^~~~~ OssDspSource.cpp:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | OssDspSource :: open ( void ) throw ( Exception ) | ^~~~~ OssDspSource.cpp:236:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int usec ) throw ( Exception ) | ^~~~~ OssDspSource.cpp:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | unsigned int len ) throw ( Exception ) | ^~~~~ OssDspSource.cpp:303:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 303 | OssDspSource :: close ( void ) throw ( Exception ) | ^~~~~ In file included from SerialUlaw.h:40, from SerialUlaw.cpp:33: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Source.h:39, from AudioSource.h:42, from SerialUlaw.h:41: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ In file included from SerialUlaw.cpp:102: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ SerialUlaw.cpp:177:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | SerialUlaw :: init ( const char * name ) throw ( Exception ) | ^~~~~ SerialUlaw.cpp:189:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 189 | SerialUlaw :: strip ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.cpp:203:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 203 | SerialUlaw :: open ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.cpp:265:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 265 | unsigned int usec ) throw ( Exception ) | ^~~~~ SerialUlaw.cpp:295:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 295 | unsigned int len ) throw ( Exception ) | ^~~~~ SerialUlaw.cpp:334:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 334 | SerialUlaw :: close ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-OssDspSource.Tpo .deps/darkice-OssDspSource.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-SolarisDspSource.o -MD -MP -MF .deps/darkice-SolarisDspSource.Tpo -c -o darkice-SolarisDspSource.o `test -f 'SolarisDspSource.cpp' || echo './'`SolarisDspSource.cpp mv -f .deps/darkice-SerialUlaw.Tpo .deps/darkice-SerialUlaw.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-TcpSocket.o -MD -MP -MF .deps/darkice-TcpSocket.Tpo -c -o darkice-TcpSocket.o `test -f 'TcpSocket.cpp' || echo './'`TcpSocket.cpp In file included from SolarisDspSource.h:39, from SolarisDspSource.cpp:32: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from Source.h:39, from AudioSource.h:42, from SolarisDspSource.h:40: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from SolarisDspSource.cpp:98: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ SolarisDspSource.cpp:123:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 123 | SolarisDspSource :: init ( const char * name ) throw ( Exception ) | ^~~~~ SolarisDspSource.cpp:134:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | SolarisDspSource :: strip ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.cpp:149:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 149 | SolarisDspSource :: open ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.cpp:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | unsigned int usec ) throw ( Exception ) | ^~~~~ SolarisDspSource.cpp:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | unsigned int len ) throw ( Exception ) | ^~~~~ SolarisDspSource.cpp:266:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | SolarisDspSource :: close ( void ) throw ( Exception ) | ^~~~~ In file included from TcpSocket.cpp:91: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from Source.h:39, from TcpSocket.h:39, from TcpSocket.cpp:93: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from TcpSocket.h:40: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from TcpSocket.h:41: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ Sink.h:90:9: warning: 'virtual Sink& Sink::operator=(const Sink&)' was hidden [-Woverloaded-virtual=] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~~~~ TcpSocket.h:154:9: note: by 'virtual TcpSocket& TcpSocket::operator=(const TcpSocket&)' 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~~~~ TcpSocket.cpp:117:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:129:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 129 | TcpSocket :: strip ( void) throw ( Exception ) | ^~~~~ TcpSocket.cpp:142:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | TcpSocket :: TcpSocket ( const TcpSocket & ss ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:162:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 162 | TcpSocket :: operator= ( const TcpSocket & ss ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:193:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 193 | TcpSocket :: open ( void ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:263:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | unsigned int usec ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:301:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 301 | unsigned int len ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:336:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 336 | unsigned int usec ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:374:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 374 | unsigned int len ) throw ( Exception ) | ^~~~~ TcpSocket.cpp:407:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | TcpSocket :: close ( void ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-SolarisDspSource.Tpo .deps/darkice-SolarisDspSource.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-Util.o -MD -MP -MF .deps/darkice-Util.Tpo -c -o darkice-Util.o `test -f 'Util.cpp' || echo './'`Util.cpp mv -f .deps/darkice-TcpSocket.Tpo .deps/darkice-TcpSocket.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-ConfigSection.o -MD -MP -MF .deps/darkice-ConfigSection.Tpo -c -o darkice-ConfigSection.o `test -f 'ConfigSection.cpp' || echo './'`ConfigSection.cpp In file included from Util.cpp:94: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ Util.cpp:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Util :: strLen( const char * str ) throw ( Exception ) | ^~~~~ Util.cpp:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ) | ^~~~~ Util.cpp:161:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | const char * src ) throw ( Exception ) | ^~~~~ Util.cpp:176:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | Util :: strDup( const char * str ) throw ( Exception ) | ^~~~~ Util.cpp:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | Util :: base64Encode( const char * str ) throw ( Exception ) | ^~~~~ Util.cpp:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | unsigned int len ) throw ( Exception ) | ^~~~~ Util.cpp:257:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 257 | Util :: strToL( const char *str) throw ( Exception ) | ^~~~~ Util.cpp:282:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 282 | Util :: strToD( const char * str ) throw ( Exception ) | ^~~~~ Util.cpp:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | const char * format ) throw ( Exception ) | ^~~~~ Util.cpp:349:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 349 | bool isBigEndian ) throw ( Exception ) | ^~~~~ Util.cpp:399:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 399 | unsigned int channels ) throw ( Exception ) | ^~~~~ Util.cpp:421:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 421 | unsigned int channels ) throw ( Exception ) | ^~~~~ Util.cpp:462:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 462 | bool isBigEndian ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-IceCast2.Tpo .deps/darkice-IceCast2.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-DarkIceConfig.o -MD -MP -MF .deps/darkice-DarkIceConfig.Tpo -c -o darkice-DarkIceConfig.o `test -f 'DarkIceConfig.cpp' || echo './'`DarkIceConfig.cpp In file included from ConfigSection.h:42, from ConfigSection.cpp:41: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:96:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:106:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | const char * value ) throw ( Exception ); | ^~~~~ ConfigSection.h:145:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | get ( const char * key ) const throw ( Exception ); | ^~~~~ ConfigSection.h:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 162 | throw ( Exception ); | ^~~~~ ConfigSection.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ mv -f .deps/darkice-Util.Tpo .deps/darkice-Util.Po ConfigSection.cpp:71:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | const char * value ) throw ( Exception ) | ^~~~~ g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-Reporter.o -MD -MP -MF .deps/darkice-Reporter.Tpo -c -o darkice-Reporter.o `test -f 'Reporter.cpp' || echo './'`Reporter.cpp ConfigSection.cpp:90:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | ConfigSection :: get ( const char * key ) const throw ( Exception ) | ^~~~~ ConfigSection.cpp:112:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 112 | throw ( Exception ) | ^~~~~ ConfigSection.cpp:128:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | ConfigSection :: addLine ( const char * line ) throw ( Exception ) | ^~~~~ In file included from DarkIceConfig.h:44, from DarkIceConfig.cpp:41: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from DarkIceConfig.h:45: ConfigSection.h:96:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:106:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | const char * value ) throw ( Exception ); | ^~~~~ ConfigSection.h:145:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | get ( const char * key ) const throw ( Exception ); | ^~~~~ ConfigSection.h:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 162 | throw ( Exception ); | ^~~~~ ConfigSection.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:114:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:126:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 126 | Config ( std::istream & is ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:137:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 137 | ~Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:163:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | reset ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:187:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 187 | read ( std::istream & is ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | get ( const char * key ) const throw ( Exception ); | ^~~~~ In file included from Reporter.cpp:34: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.cpp:76:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | Config :: get ( const char * key ) const throw ( Exception ) | ^~~~~ DarkIceConfig.cpp:94:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Config :: addLine ( const char * line ) throw ( Exception ) | ^~~~~ DarkIceConfig.cpp:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | Config :: read ( std::istream & is ) throw ( Exception ) | ^~~~~ mv -f .deps/darkice-Reporter.Tpo .deps/darkice-Reporter.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-AlsaDspSource.o -MD -MP -MF .deps/darkice-AlsaDspSource.Tpo -c -o darkice-AlsaDspSource.o `test -f 'AlsaDspSource.cpp' || echo './'`AlsaDspSource.cpp mv -f .deps/darkice-ConfigSection.Tpo .deps/darkice-ConfigSection.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-PulseAudioDspSource.o -MD -MP -MF .deps/darkice-PulseAudioDspSource.Tpo -c -o darkice-PulseAudioDspSource.o `test -f 'PulseAudioDspSource.cpp' || echo './'`PulseAudioDspSource.cpp In file included from Source.h:39, from AudioSource.h:42, from AlsaDspSource.cpp:37: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:43: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ mv -f .deps/darkice-AlsaDspSource.Tpo .deps/darkice-AlsaDspSource.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-JackDspSource.o -MD -MP -MF .deps/darkice-JackDspSource.Tpo -c -o darkice-JackDspSource.o `test -f 'JackDspSource.cpp' || echo './'`JackDspSource.cpp In file included from Source.h:39, from AudioSource.h:42, from PulseAudioDspSource.cpp:37: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:43: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ mv -f .deps/darkice-PulseAudioDspSource.Tpo .deps/darkice-PulseAudioDspSource.Po g++ -DHAVE_CONFIG_H -I. -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -MT darkice-main.o -MD -MP -MF .deps/darkice-main.Tpo -c -o darkice-main.o `test -f 'main.cpp' || echo './'`main.cpp mv -f .deps/darkice-DarkIceConfig.Tpo .deps/darkice-DarkIceConfig.Po In file included from Source.h:39, from AudioSource.h:42, from JackDspSource.cpp:34: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from AudioSource.h:43: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ OssDspSource.h:166:9: note: by 'virtual OssDspSource& OssDspSource::operator=(const OssDspSource&)' 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SolarisDspSource.h:161:9: note: by 'virtual SolarisDspSource& SolarisDspSource::operator=(const SolarisDspSource&)' 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ AudioSource.h:194:9: warning: 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' was hidden [-Woverloaded-virtual=] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ SerialUlaw.h:167:9: note: by 'virtual SerialUlaw& SerialUlaw::operator=(const SerialUlaw&)' 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~~~~ mv -f .deps/darkice-JackDspSource.Tpo .deps/darkice-JackDspSource.Po In file included from main.cpp:55: Ref.h:114:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Ref ( const Ref & other ) throw ( Exception ) | ^~~~~ Ref.h:127:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | Ref ( T * obj ) throw ( Exception ) | ^~~~~ Ref.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | ~Ref ( void ) throw ( Exception ) | ^~~~~ Ref.h:150:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | operator->() const throw ( Exception ) | ^~~~~ Ref.h:167:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( Ref other ) throw ( Exception ) | ^~~~~ Ref.h:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | operator= ( T* obj ) throw ( Exception ) | ^~~~~ Ref.h:195:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | set ( T * newobj ) throw ( Exception ) | ^~~~~ In file included from main.cpp:57: Util.h:83:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 83 | Util ( void ) throw ( Exception ) | ^~~~~ Util.h:94:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | Util ( const Util & e ) throw ( Exception ) | ^~~~~ Util.h:105:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | ~Util ( void ) throw ( Exception ) | ^~~~~ Util.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | operator= ( const Util & u ) throw ( Exception ) | ^~~~~ Util.h:134:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | strLen ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:159:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | const char * src ) throw ( Exception ); | ^~~~~ Util.h:169:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | strDup ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:184:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 184 | unsigned int len = 0 ) throw ( Exception ); | ^~~~~ Util.h:194:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | strToL ( const char * str) throw ( Exception ); | ^~~~~ Util.h:204:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 204 | strToD ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ); | ^~~~~ Util.h:230:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | base64Encode ( const char * str ) throw ( Exception ); | ^~~~~ Util.h:250:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | bool isBigEndian = true ) throw ( Exception ); | ^~~~~ Util.h:267:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:285:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 285 | unsigned int channels ) throw ( Exception ); | ^~~~~ Util.h:305:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | bool isBigEndian ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:51, from main.cpp:58: Referable.h:102:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 102 | ~Referable ( void ) throw ( Exception ) | ^~~~~ Referable.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | increaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ Referable.h:139:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | decreaseReferenceCount ( void ) throw ( Exception ) | ^~~~~ In file included from DarkIce.h:52: Reporter.h:132:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 132 | ~Reporter ( void ) throw ( Exception ) | ^~~~~ In file included from AudioSource.h:42, from DarkIce.h:55: Source.h:69:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | Source ( void ) throw ( Exception ) | ^~~~~ Source.h:80:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | Source ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~ Source.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~Source ( void ) throw ( Exception ) | ^~~~~ Source.h:117:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Source.h:139:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Source.h:151:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 151 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Source.h:159:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | close ( void ) throw ( Exception ) = 0; | ^~~~~ AudioSource.h:133:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | unsigned int channel ) throw ( Exception ) | ^~~~~ AudioSource.h:146:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | strip ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:168:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 168 | throw ( Exception ) | ^~~~~ AudioSource.h:180:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 180 | AudioSource ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:194:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~ AudioSource.h:214:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 214 | ~AudioSource ( void ) throw ( Exception ) | ^~~~~ AudioSource.h:299:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 299 | int channel = 2) throw ( Exception ); | ^~~~~ Source.h:92:9: warning: 'virtual Source& Source::operator=(const Source&)' was hidden [-Woverloaded-virtual=] 92 | operator= ( const Source & source ) throw ( Exception ) | ^~~~~~~~ AudioSource.h:194:9: note: by 'virtual AudioSource& AudioSource::operator=(const AudioSource&)' 194 | operator= ( const AudioSource & as ) throw ( Exception ) | ^~~~~~~~ In file included from AudioSource.h:318: OssDspSource.h:86:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:98:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | init ( const char * name ) throw ( Exception ); | ^~~~~ OssDspSource.h:106:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | strip ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:127:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ) | ^~~~~ OssDspSource.h:141:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | OssDspSource ( const OssDspSource & ods ) throw ( Exception ) | ^~~~~ OssDspSource.h:153:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | ~OssDspSource ( void ) throw ( Exception ) | ^~~~~ OssDspSource.h:166:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 166 | operator= ( const OssDspSource & ds ) throw ( Exception ) | ^~~~~ OssDspSource.h:196:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | open ( void ) throw ( Exception ); | ^~~~~ OssDspSource.h:222:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int usec ) throw ( Exception ); | ^~~~~ OssDspSource.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int len ) throw ( Exception ); | ^~~~~ OssDspSource.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:322: SolarisDspSource.h:80:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:92:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 92 | init ( const char * name ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:100:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 100 | strip ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:121:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 121 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | throw ( Exception ) | ^~~~~ SolarisDspSource.h:148:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | ~SolarisDspSource ( void ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:161:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | operator= ( const SolarisDspSource & ds ) throw ( Exception ) | ^~~~~ SolarisDspSource.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | open ( void ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:224:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 224 | unsigned int usec ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:237:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int len ) throw ( Exception ); | ^~~~~ SolarisDspSource.h:245:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | close ( void ) throw ( Exception ); | ^~~~~ In file included from AudioSource.h:330: SerialUlaw.h:87:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | init ( const char * name ) throw ( Exception ); | ^~~~~ SerialUlaw.h:107:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 107 | strip ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:128:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | throw ( Exception ) | ^~~~~ SerialUlaw.h:142:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | SerialUlaw ( const SerialUlaw & ods ) throw ( Exception ) | ^~~~~ SerialUlaw.h:154:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | ~SerialUlaw ( void ) throw ( Exception ) | ^~~~~ SerialUlaw.h:167:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 167 | operator= ( const SerialUlaw & ds ) throw ( Exception ) | ^~~~~ SerialUlaw.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | open ( void ) throw ( Exception ); | ^~~~~ SerialUlaw.h:223:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 223 | unsigned int usec ) throw ( Exception ); | ^~~~~ SerialUlaw.h:236:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 236 | unsigned int len ) throw ( Exception ); | ^~~~~ SerialUlaw.h:244:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | close ( void ) throw ( Exception ); | ^~~~~ In file included from BufferedSink.h:41, from DarkIce.h:56: Sink.h:90:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 90 | operator= ( const Sink & sink ) throw ( Exception ) | ^~~~~ Sink.h:104:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | ~Sink ( void ) throw ( Exception ) | ^~~~~ Sink.h:115:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 115 | open ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:136:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | unsigned int usec ) throw ( Exception ) = 0; | ^~~~~ Sink.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int len ) throw ( Exception ) = 0; | ^~~~~ Sink.h:157:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 157 | flush ( void ) throw ( Exception ) = 0; | ^~~~~ Sink.h:173:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 173 | close ( void ) throw ( Exception ) = 0; | ^~~~~ BufferedSink.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | unsigned int chunkSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:143:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 143 | strip ( void ) throw ( Exception ); | ^~~~~ BufferedSink.h:199:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 199 | align ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:256:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | unsigned int bufferSize ) throw ( Exception ); | ^~~~~ BufferedSink.h:273:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | unsigned int chunkSize = 1 ) throw ( Exception ) | ^~~~~ BufferedSink.h:284:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | BufferedSink ( const BufferedSink & buffer ) throw ( Exception ); | ^~~~~ BufferedSink.h:292:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 292 | ~BufferedSink ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:305:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 305 | operator= ( const BufferedSink & bs ) throw ( Exception ); | ^~~~~ BufferedSink.h:325:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 325 | open ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:354:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 354 | unsigned int usec ) throw ( Exception ) | ^~~~~ BufferedSink.h:373:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 373 | unsigned int len ) throw ( Exception ); | ^~~~~ BufferedSink.h:382:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | flush ( void ) throw ( Exception ) | ^~~~~ BufferedSink.h:407:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 407 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:57: Connector.h:71:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | init ( Source * source ) throw ( Exception ); | ^~~~~ Connector.h:79:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | strip ( void ) throw ( Exception ); | ^~~~~ Connector.h:105:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | Connector ( void ) throw ( Exception ) | ^~~~~ Connector.h:118:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 118 | detach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:130:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 130 | Connector ( Source * source ) throw ( Exception ) | ^~~~~ Connector.h:144:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 144 | Sink * sink ) throw ( Exception ) | ^~~~~ Connector.h:156:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 156 | Connector ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:164:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 164 | ~Connector( void ) throw ( Exception ) | ^~~~~ Connector.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | operator= ( const Connector & connector ) throw ( Exception ); | ^~~~~ Connector.h:198:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | attach ( Sink * sink ) throw ( Exception ); | ^~~~~ Connector.h:207:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 207 | open ( void ) throw ( Exception ); | ^~~~~ Connector.h:235:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 235 | unsigned int usec ) throw ( Exception ); | ^~~~~ Connector.h:252:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:58: AudioEncoder.h:148:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 148 | unsigned int outChannel ) throw ( Exception ) | ^~~~~ AudioEncoder.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | strip ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:185:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:218:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 218 | throw ( Exception ) | ^~~~~ AudioEncoder.h:255:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | throw ( Exception) | ^~~~~ AudioEncoder.h:275:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 275 | AudioEncoder ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:297:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | operator= ( const AudioEncoder & encoder ) throw ( Exception ) | ^~~~~ AudioEncoder.h:326:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | ~AudioEncoder ( void ) throw ( Exception ) | ^~~~~ AudioEncoder.h:459:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 459 | start ( void ) throw ( Exception ) = 0; | ^~~~~ AudioEncoder.h:467:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 467 | stop ( void ) throw ( Exception ) = 0; | ^~~~~ In file included from DarkIce.h:59: TcpSocket.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | unsigned short port ) throw ( Exception ); | ^~~~~ TcpSocket.h:94:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 94 | strip ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:105:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 105 | TcpSocket ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:122:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 122 | unsigned short port ) throw ( Exception ) | ^~~~~ TcpSocket.h:133:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | TcpSocket( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:141:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | ~TcpSocket( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:154:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | operator= ( const TcpSocket & ss ) throw ( Exception ); | ^~~~~ TcpSocket.h:185:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 185 | open ( void ) throw ( Exception ); | ^~~~~ TcpSocket.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:222:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 222 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:237:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 237 | unsigned int usec ) throw ( Exception ); | ^~~~~ TcpSocket.h:249:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 249 | unsigned int len ) throw ( Exception ); | ^~~~~ TcpSocket.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | flush ( void ) throw ( Exception ) | ^~~~~ TcpSocket.h:280:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 280 | close ( void ) throw ( Exception ); | ^~~~~ In file included from DarkIce.h:60: CastSink.h:127:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 127 | throw ( Exception ); | ^~~~~ CastSink.h:135:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | strip ( void ) throw ( Exception ); | ^~~~~ CastSink.h:146:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 146 | CastSink ( void ) throw ( Exception ) | ^~~~~ CastSink.h:158:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 158 | sendLogin ( void ) throw ( Exception ) = 0; | ^~~~~ CastSink.h:208:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 208 | throw ( Exception ) | ^~~~~ CastSink.h:226:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 226 | CastSink( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:245:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 245 | ~CastSink( void ) throw ( Exception ) | ^~~~~ CastSink.h:258:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | operator= ( const CastSink & cs ) throw ( Exception ) | ^~~~~ CastSink.h:283:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 283 | open ( void ) throw ( Exception ); | ^~~~~ CastSink.h:311:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 311 | unsigned int usec ) throw ( Exception ) | ^~~~~ CastSink.h:326:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 326 | unsigned int len ) throw ( Exception ) | ^~~~~ CastSink.h:341:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 341 | flush ( void ) throw ( Exception ) | ^~~~~ CastSink.h:369:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 369 | close ( void ) throw ( Exception ) | ^~~~~ In file included from DarkIceConfig.h:45, from DarkIce.h:61: ConfigSection.h:96:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:106:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | ~ConfigSection ( void ) throw ( Exception ) | ^~~~~ ConfigSection.h:135:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | const char * value ) throw ( Exception ); | ^~~~~ ConfigSection.h:145:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | get ( const char * key ) const throw ( Exception ); | ^~~~~ ConfigSection.h:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 162 | throw ( Exception ); | ^~~~~ ConfigSection.h:172:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:114:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:126:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 126 | Config ( std::istream & is ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:137:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 137 | ~Config ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:163:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | reset ( void ) throw ( Exception ) | ^~~~~ DarkIceConfig.h:177:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | addLine ( const char * line ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:187:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 187 | read ( std::istream & is ) throw ( Exception ); | ^~~~~ DarkIceConfig.h:197:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 197 | get ( const char * key ) const throw ( Exception ); | ^~~~~ DarkIce.h:150:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 150 | init ( const Config & config ) throw ( Exception ); | ^~~~~ DarkIce.h:163:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 163 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:176:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:189:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 189 | unsigned int bufferSecs ) throw ( Exception ); | ^~~~~ DarkIce.h:201:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 201 | throw ( Exception ); | ^~~~~ DarkIce.h:210:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 210 | setRealTimeScheduling ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:219:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 219 | setOriginalScheduling ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:229:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | encode ( void ) throw ( Exception ); | ^~~~~ DarkIce.h:239:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 239 | shout ( unsigned int ) throw ( Exception ); | ^~~~~ DarkIce.h:250:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | DarkIce ( void ) throw ( Exception ) | ^~~~~ DarkIce.h:266:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 266 | DarkIce ( const Config & config ) throw ( Exception ) | ^~~~~ DarkIce.h:277:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 277 | ~DarkIce ( void ) throw ( Exception ) | ^~~~~ DarkIce.h:302:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 302 | run ( void ) throw ( Exception ); | ^~~~~ mv -f .deps/darkice-main.Tpo .deps/darkice-main.Po g++ -Wall -D_REENTRANT -pthread -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/opus -I/opt/local/include -I/opt/local/include -I/opt/local/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -o darkice darkice-AudioSource.o darkice-BufferedSink.o darkice-CastSink.o darkice-FileSink.o darkice-Connector.o darkice-MultiThreadedConnector.o darkice-DarkIce.o darkice-Exception.o darkice-IceCast.o darkice-IceCast2.o darkice-ShoutCast.o darkice-FileCast.o darkice-LameLibEncoder.o darkice-TwoLameLibEncoder.o darkice-VorbisLibEncoder.o darkice-OpusLibEncoder.o darkice-FaacEncoder.o darkice-aacPlusEncoder.o darkice-OssDspSource.o darkice-SerialUlaw.o darkice-SolarisDspSource.o darkice-TcpSocket.o darkice-Util.o darkice-ConfigSection.o darkice-DarkIceConfig.o darkice-Reporter.o darkice-AlsaDspSource.o darkice-PulseAudioDspSource.o darkice-JackDspSource.o darkice-main.o -lpthread -lrt -L/opt/local/lib -lmp3lame -L/opt/local/lib -lvorbisenc -lvorbis -Wl,-R/opt/local/lib -logg -L/opt/local/lib -logg -Wl,-R/opt/local/lib -lopus -L/opt/local/lib -lfaac -Wl,-R/opt/local/lib -L/opt/local/lib -ltwolame -Wl,-R/opt/local/lib -L/opt/local/lib -lsamplerate -lrt -lnsl -lsocket gmake[2]: Leaving directory '/tmp/work/audio/darkice/work/darkice-1.4/src' gmake[1]: Leaving directory '/tmp/work/audio/darkice/work/darkice-1.4/src' Making all in man gmake[1]: Entering directory '/tmp/work/audio/darkice/work/darkice-1.4/man' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/work/audio/darkice/work/darkice-1.4/man' gmake[1]: Entering directory '/tmp/work/audio/darkice/work/darkice-1.4' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/tmp/work/audio/darkice/work/darkice-1.4' *** Please use pkgtools/verifypc to sanity check dependencies.