--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 1.26 - 2024-07-31 (AI) Information: this ChangeLog entry matches the version number: Version 1.26 - 2024-07-31 (AI) Now checking git repository... --- Distribution check [end] --- Dependencies for interpr Dependencies for dal_c Dependencies for dscript /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. functions.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. token.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ token.cc:149:18: warning: explicitly assigning value of variable of type 'const int *' to itself [-Wself-assign] 149 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:151:18: warning: explicitly assigning value of variable of type 'const unsigned int *' to itself [-Wself-assign] 151 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:155:18: warning: explicitly assigning value of variable of type 'const long *' to itself [-Wself-assign] 155 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:157:18: warning: explicitly assigning value of variable of type 'const unsigned long *' to itself [-Wself-assign] 157 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:160:18: warning: explicitly assigning value of variable of type 'const double *' to itself [-Wself-assign] 160 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:162:18: warning: explicitly assigning value of variable of type 'const string *' (aka 'const basic_string *') to itself [-Wself-assign] 162 | { PROC address = address; invalidAddress(); ENDPROC } | ~~~~~~~ ^ ~~~~~~~ token.cc:321:48: warning: cast to 'const void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] 321 | const void * asPointer() const { PROC RETURN (const void *)_value; } | ^~~~~~~~~~~~~~~~~~~~ token.cc:551:8: warning: 'ShortTokenValue::setAddressOfValue' hides overloaded virtual functions [-Woverloaded-virtual] 551 | void setAddressOfValue( const short * address ) { PROC _addressOfValue = address; ENDPROC } | ^ token.cc:148:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const int *' vs 'const short *') 148 | virtual void setAddressOfValue( const int * address ) | ^ token.cc:150:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned int *' vs 'const short *') 150 | virtual void setAddressOfValue( const unsigned int * address ) | ^ token.cc:154:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const long *' vs 'const short *') 154 | virtual void setAddressOfValue( const long * address ) | ^ token.cc:156:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned long *' vs 'const short *') 156 | virtual void setAddressOfValue( const unsigned long * address ) | ^ token.cc:159:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const double *' vs 'const short *') 159 | virtual void setAddressOfValue( const double * address ) | ^ token.cc:161:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const string *' (aka 'const basic_string *') vs 'const short *') 161 | virtual void setAddressOfValue( const string * address ) | ^ token.cc:656:9: warning: 'UlongTokenValue::minus' hides overloaded virtual functions [-Woverloaded-virtual] 656 | Token minus( unsigned long value ) const | ^ token.cc:184:17: note: hidden overloaded virtual function 'TokenValue::minus' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 184 | virtual Token minus( int value ) const | ^ token.cc:275:17: note: hidden overloaded virtual function 'TokenValue::minus' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 275 | virtual Token minus( long value ) const | ^ token.cc:671:9: warning: 'UlongTokenValue::div' hides overloaded virtual functions [-Woverloaded-virtual] 671 | Token div( unsigned long value ) const | ^ token.cc:205:17: note: hidden overloaded virtual function 'TokenValue::div' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 205 | virtual Token div( int value ) const | ^ token.cc:279:17: note: hidden overloaded virtual function 'TokenValue::div' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 279 | virtual Token div( long value ) const | ^ token.cc:677:8: warning: 'UlongTokenValue::lss' hides overloaded virtual functions [-Woverloaded-virtual] 677 | bool lss( unsigned long value ) const | ^ token.cc:220:16: note: hidden overloaded virtual function 'TokenValue::lss' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 220 | virtual bool lss( int value ) const | ^ token.cc:283:16: note: hidden overloaded virtual function 'TokenValue::lss' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 283 | virtual bool lss( long value ) const | ^ token.cc:680:8: warning: 'UlongTokenValue::lsseq' hides overloaded virtual functions [-Woverloaded-virtual] 680 | bool lsseq( unsigned long value ) const | ^ token.cc:256:16: note: hidden overloaded virtual function 'TokenValue::lsseq' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 256 | virtual bool lsseq( int value ) const | ^ token.cc:295:16: note: hidden overloaded virtual function 'TokenValue::lsseq' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 295 | virtual bool lsseq( long value ) const | ^ token.cc:683:8: warning: 'UlongTokenValue::gtr' hides overloaded virtual functions [-Woverloaded-virtual] 683 | bool gtr( unsigned long value ) const | ^ token.cc:232:16: note: hidden overloaded virtual function 'TokenValue::gtr' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 232 | virtual bool gtr( int value ) const | ^ token.cc:287:16: note: hidden overloaded virtual function 'TokenValue::gtr' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 287 | virtual bool gtr( long value ) const | ^ token.cc:686:8: warning: 'UlongTokenValue::gtreq' hides overloaded virtual functions [-Woverloaded-virtual] 686 | bool gtreq( unsigned long value ) const | ^ token.cc:244:16: note: hidden overloaded virtual function 'TokenValue::gtreq' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 244 | virtual bool gtreq( int value ) const | ^ token.cc:291:16: note: hidden overloaded virtual function 'TokenValue::gtreq' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 291 | virtual bool gtreq( long value ) const | ^ token.cc:689:8: warning: 'UlongTokenValue::eqeq' hides overloaded virtual functions [-Woverloaded-virtual] 689 | bool eqeq( unsigned long value ) const | ^ token.cc:268:16: note: hidden overloaded virtual function 'TokenValue::eqeq' declared here: type mismatch at 1st parameter ('int' vs 'unsigned long') 268 | virtual bool eqeq( int value ) const | ^ token.cc:299:16: note: hidden overloaded virtual function 'TokenValue::eqeq' declared here: type mismatch at 1st parameter ('long' vs 'unsigned long') 299 | virtual bool eqeq( long value ) const | ^ token.cc:740:8: warning: 'SingleTokenValue::setAddressOfValue' hides overloaded virtual functions [-Woverloaded-virtual] 740 | void setAddressOfValue( const float * address ) { PROC _addressOfValue = address; ENDPROC } | ^ token.cc:148:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const int *' vs 'const float *') 148 | virtual void setAddressOfValue( const int * address ) | ^ token.cc:150:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned int *' vs 'const float *') 150 | virtual void setAddressOfValue( const unsigned int * address ) | ^ token.cc:154:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const long *' vs 'const float *') 154 | virtual void setAddressOfValue( const long * address ) | ^ token.cc:156:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned long *' vs 'const float *') 156 | virtual void setAddressOfValue( const unsigned long * address ) | ^ token.cc:159:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const double *' vs 'const float *') 159 | virtual void setAddressOfValue( const double * address ) | ^ token.cc:161:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const string *' (aka 'const basic_string *') vs 'const float *') 161 | virtual void setAddressOfValue( const string * address ) | ^ token.cc:780:8: warning: 'VectorTokenValue::setAddressOfValue' hides overloaded virtual functions [-Woverloaded-virtual] 780 | void setAddressOfValue( const Vec * address ) { PROC _addressOfValue = address; ENDPROC } | ^ token.cc:148:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const int *' vs 'const Vec *') 148 | virtual void setAddressOfValue( const int * address ) | ^ token.cc:150:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned int *' vs 'const Vec *') 150 | virtual void setAddressOfValue( const unsigned int * address ) | ^ token.cc:154:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const long *' vs 'const Vec *') 154 | virtual void setAddressOfValue( const long * address ) | ^ token.cc:156:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned long *' vs 'const Vec *') 156 | virtual void setAddressOfValue( const unsigned long * address ) | ^ token.cc:159:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const double *' vs 'const Vec *') 159 | virtual void setAddressOfValue( const double * address ) | ^ token.cc:161:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const string *' (aka 'const basic_string *') vs 'const Vec *') 161 | virtual void setAddressOfValue( const string * address ) | ^ token.cc:795:8: warning: 'BTreeTokenValue::setAddressOfValue' hides overloaded virtual functions [-Woverloaded-virtual] 795 | void setAddressOfValue( const Token::BTree * address ) { PROC _addressOfValue = address; ENDPROC } | ^ token.cc:148:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const int *' vs 'const Token::BTree *' (aka 'const BinaryTree *')) 148 | virtual void setAddressOfValue( const int * address ) | ^ token.cc:150:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned int *' vs 'const Token::BTree *' (aka 'const BinaryTree *')) 150 | virtual void setAddressOfValue( const unsigned int * address ) | ^ token.cc:154:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const long *' vs 'const Token::BTree *' (aka 'const BinaryTree *')) 154 | virtual void setAddressOfValue( const long * address ) | ^ token.cc:156:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned long *' vs 'const Token::BTree *' (aka 'const BinaryTree *')) 156 | virtual void setAddressOfValue( const unsigned long * address ) | ^ token.cc:159:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const double *' vs 'const Token::BTree *' (aka 'const BinaryTree *')) 159 | virtual void setAddressOfValue( const double * address ) | ^ token.cc:161:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const string *' (aka 'const basic_string *') vs 'const Token::BTree *' (aka 'const BinaryTree *')) 161 | virtual void setAddressOfValue( const string * address ) | ^ token.cc:809:8: warning: 'BTreeVectorTokenValue::setAddressOfValue' hides overloaded virtual functions [-Woverloaded-virtual] 809 | void setAddressOfValue( const vector * address ) { PROC _addressOfValue = address; ENDPROC } | ^ token.cc:148:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const int *' vs 'const vector *' (aka 'const vector> *')) 148 | virtual void setAddressOfValue( const int * address ) | ^ token.cc:150:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned int *' vs 'const vector *' (aka 'const vector> *')) 150 | virtual void setAddressOfValue( const unsigned int * address ) | ^ token.cc:154:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const long *' vs 'const vector *' (aka 'const vector> *')) 154 | virtual void setAddressOfValue( const long * address ) | ^ token.cc:156:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const unsigned long *' vs 'const vector *' (aka 'const vector> *')) 156 | virtual void setAddressOfValue( const unsigned long * address ) | ^ token.cc:159:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const double *' vs 'const vector *' (aka 'const vector> *')) 159 | virtual void setAddressOfValue( const double * address ) | ^ token.cc:161:16: note: hidden overloaded virtual function 'TokenValue::setAddressOfValue' declared here: type mismatch at 1st parameter ('const string *' (aka 'const basic_string *') vs 'const vector *' (aka 'const vector> *')) 161 | virtual void setAddressOfValue( const string * address ) | ^ token.cc:1711:9: warning: returning address of local temporary object [-Wreturn-stack-address] 1711 | RETURN _value -> asString().c_str(); | ^~~~~~~~~~~~~~~~~~~~ 21 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. StreamT.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. file.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. scanner.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ scanner.cc:125:13: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 125 | char temp[ n ]; | ^ scanner.cc:125:13: note: function parameter 'n' with unknown value cannot be used in a constant expression scanner.cc:121:44: note: declared here 121 | ScannerT::getLine( char * line, streamsize n ) | ^ scanner.cc:440:25: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] 440 | va_start( ptrToValue, tokenID ); | ^ scanner.cc:422:16: note: parameter of type 'Token::IDType' is declared here 422 | Token::IDType tokenID, | ^ scanner.cc:476:25: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] 476 | va_start( ptrToValue, tokenID ); | ^ scanner.cc:422:16: note: parameter of type 'Token::IDType' is declared here 422 | Token::IDType tokenID, | ^ 4 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. debug.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ debug.cc:191:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] 191 | vsprintf( PrintString, Format, Ptr); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:298:1: note: 'vsprintf' has been explicitly marked deprecated here 298 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 2 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. parsing.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. table.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. Interpreter.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ Interpreter.cc:114:11: warning: cast to 'const void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] 114 | result = (const void *)value; | ^~~~~~~~~~~~~~~~~~~ Interpreter.cc:265:68: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 265 | { string( "sprintf" ), Token( Functor( Functor::CVaList, (void *)sprintf, int(0))) }, | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:456:33: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 17 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 29 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 31 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 33 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 35 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 37 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 39 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 41 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 43 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 45 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 47 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 49 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 51 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 53 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 55 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 57 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 59 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 61 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 63 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 65 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 67 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 69 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 71 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 73 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 75 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 77 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 79 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 81 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 83 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 85 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 87 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 89 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 91 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 93 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 95 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 97 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 99 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 101 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 103 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 105 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 107 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 105 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 107 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 109 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 111 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 113 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 115 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 117 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 119 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 121 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 123 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 125 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 125 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 127 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 129 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 131 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 133 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 135 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 137 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 139 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 141 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 143 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 145 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 147 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 147 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 151 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 153 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 153 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 155 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 157 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 157 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 159 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 161 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 161 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 163 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 165 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 165 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 167 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 167 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 163 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 165 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 167 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 167 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 161 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 155 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 157 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 159 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 161 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 161 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 163 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 165 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 163 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 165 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 167 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 169 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 157 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 153 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 147 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 143 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 143 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 141 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 141 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 139 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 139 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 137 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 139 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 141 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 143 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 137 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 133 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 129 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 127 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 129 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 127 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 127 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 121 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 121 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 119 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 117 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 115 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 115 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 115 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 113 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 113 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 111 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 113 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 107 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 101 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 101 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 101 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 93 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 93 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 89 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 89 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 87 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 87 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 85 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 83 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 83 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 81 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 81 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 81 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 79 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 75 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 71 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 69 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 69 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 67 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 65 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 61 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 59 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 59 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 57 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 57 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 55 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 55 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 51 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 47 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 47 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 43 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 39 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 37 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 37 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 35 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 35 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 35 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 33 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 29 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 29 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:765:14: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 765 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:765:14: note: in instantiation of function template specialization 'evalF' requested here 765 | result = evalF( | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:533:13: note: in instantiation of function template specialization 'evalF' requested here 533 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:543:13: note: in instantiation of function template specialization 'evalF' requested here 543 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:554:13: note: in instantiation of function template specialization 'evalF' requested here 554 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:565:13: note: in instantiation of function template specialization 'evalF' requested here 565 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:576:13: note: in instantiation of function template specialization 'evalF' requested here 576 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:587:13: note: in instantiation of function template specialization 'evalF' requested here 587 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:599:13: note: in instantiation of function template specialization 'evalF' requested here 599 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ Interpreter.cc:430:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 430 | int ret = sprintf(str, format, a3, a4, a5, a6, a7, a8); | ^ Interpreter.cc:456:48: note: in instantiation of function template specialization '_wrap_sprintf' requested here 456 | else if( address == (void *)sprintf) fp = &_wrap_sprintf; | ^ Interpreter.cc:692:37: note: in instantiation of function template specialization 'wrapperFunctionInstance' requested here 692 | f = wrapperFunctionInstance(functor); | ^ Interpreter.cc:610:13: note: in instantiation of function template specialization 'evalF' requested here 610 | result = evalF( | ^ Interpreter.cc:751:14: note: in instantiation of function template specialization 'evalF' requested here 751 | result = evalF( | ^ Interpreter.cc:929:13: note: in instantiation of function template specialization 'evalF' requested here 929 | result = evalF( | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 260 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -ftemplate-depth-1000 -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I/opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE -I. PerlInterpreter.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ PerlInterpreter.cc:109:6: error: use of undeclared identifier 'my_perl' 109 | djSP; | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:92:15: note: expanded from macro 'djSP' 92 | #define djSP dSP | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:91:24: note: expanded from macro 'dSP' 91 | #define dSP SV **sp = PL_stack_sp | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:285:50: note: expanded from macro 'PL_stack_sp' 285 | # define PL_stack_sp (vTHX->Istack_sp) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:110:6: error: use of undeclared identifier 'my_perl' 110 | ENTER; | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/scope.h:151:15: note: expanded from macro 'ENTER' 151 | #define ENTER push_scope() | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:508:65: note: expanded from macro 'push_scope' 508 | # define push_scope() Perl_push_scope(aTHX) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:111:6: error: use of undeclared identifier 'my_perl' 111 | SAVETMPS; | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/scope.h:116:32: note: expanded from macro 'SAVETMPS' 116 | #define SAVETMPS Perl_savetmps(aTHX) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:112:6: error: use of undeclared identifier 'my_perl' 112 | PUSHMARK(sp); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:71:44: note: expanded from macro 'PUSHMARK' 71 | if (UNLIKELY((mark_stack_entry = ++PL_markstack_ptr) \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:173:50: note: expanded from macro 'PL_markstack_ptr' 173 | # define PL_markstack_ptr (vTHX->Imarkstack_ptr) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:112:6: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:72:47: note: expanded from macro 'PUSHMARK' 72 | == PL_markstack_max)) \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:172:50: note: expanded from macro 'PL_markstack_max' 172 | # define PL_markstack_max (vTHX->Imarkstack_max) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:112:6: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:73:32: note: expanded from macro 'PUSHMARK' 73 | mark_stack_entry = markstack_grow(); \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:347:69: note: expanded from macro 'markstack_grow' 347 | # define markstack_grow() Perl_markstack_grow(aTHX) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:112:6: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:74:42: note: expanded from macro 'PUSHMARK' 74 | *mark_stack_entry = (I32)((p) - PL_stack_base); \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:283:50: note: expanded from macro 'PL_stack_base' 283 | # define PL_stack_base (vTHX->Istack_base) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:132:19: error: use of undeclared identifier 'my_perl' 132 | XPUSHs(sv_2mortal(newSVpv(str,ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:406:39: note: expanded from macro 'EXTEND' 406 | if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:387:47: note: expanded from macro '_EXTEND_NEEDS_GROW' 387 | # define _EXTEND_NEEDS_GROW(p,n) ((n) < 0 || PL_stack_max - (p) < (n)) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:284:50: note: expanded from macro 'PL_stack_max' 284 | # define PL_stack_max (vTHX->Istack_max) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:132:19: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:407:33: note: expanded from macro 'EXTEND' 407 | sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:604:65: note: expanded from macro 'stack_grow' 604 | # define stack_grow(a,b,c) Perl_stack_grow(aTHX_ a,b,c) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:132:26: error: use of undeclared identifier 'my_perl' 132 | XPUSHs(sv_2mortal(newSVpv(str,ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:612:65: note: expanded from macro 'sv_2mortal' 612 | # define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:132:37: error: use of undeclared identifier 'my_perl' 132 | XPUSHs(sv_2mortal(newSVpv(str,ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:437:62: note: expanded from macro 'newSVpv' 437 | # define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:136:19: error: use of undeclared identifier 'my_perl' 136 | XPUSHs(sv_2mortal(newSViv(ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:406:39: note: expanded from macro 'EXTEND' 406 | if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:387:47: note: expanded from macro '_EXTEND_NEEDS_GROW' 387 | # define _EXTEND_NEEDS_GROW(p,n) ((n) < 0 || PL_stack_max - (p) < (n)) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:284:50: note: expanded from macro 'PL_stack_max' 284 | # define PL_stack_max (vTHX->Istack_max) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:136:19: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:407:33: note: expanded from macro 'EXTEND' 407 | sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:604:65: note: expanded from macro 'stack_grow' 604 | # define stack_grow(a,b,c) Perl_stack_grow(aTHX_ a,b,c) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:136:26: error: use of undeclared identifier 'my_perl' 136 | XPUSHs(sv_2mortal(newSViv(ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:612:65: note: expanded from macro 'sv_2mortal' 612 | # define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:136:37: error: use of undeclared identifier 'my_perl' 136 | XPUSHs(sv_2mortal(newSViv(ii))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:435:62: note: expanded from macro 'newSViv' 435 | # define newSViv(a) Perl_newSViv(aTHX_ a) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:140:19: error: use of undeclared identifier 'my_perl' 140 | XPUSHs(sv_2mortal(newSViv((IV)pp))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:406:39: note: expanded from macro 'EXTEND' 406 | if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:387:47: note: expanded from macro '_EXTEND_NEEDS_GROW' 387 | # define _EXTEND_NEEDS_GROW(p,n) ((n) < 0 || PL_stack_max - (p) < (n)) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:284:50: note: expanded from macro 'PL_stack_max' 284 | # define PL_stack_max (vTHX->Istack_max) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embedvar.h:23:49: note: expanded from macro 'vTHX' 23 | # define vTHX aTHX | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:140:19: error: use of undeclared identifier 'my_perl' /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs' 498 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/pp.h:407:33: note: expanded from macro 'EXTEND' 407 | sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \ | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:604:65: note: expanded from macro 'stack_grow' 604 | # define stack_grow(a,b,c) Perl_stack_grow(aTHX_ a,b,c) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:140:26: error: use of undeclared identifier 'my_perl' 140 | XPUSHs(sv_2mortal(newSViv((IV)pp))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:612:65: note: expanded from macro 'sv_2mortal' 612 | # define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ PerlInterpreter.cc:140:37: error: use of undeclared identifier 'my_perl' 140 | XPUSHs(sv_2mortal(newSViv((IV)pp))); | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/embed.h:435:62: note: expanded from macro 'newSViv' 435 | # define newSViv(a) Perl_newSViv(aTHX_ a) | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:209:18: note: expanded from macro 'aTHX_' 209 | # define aTHX_ aTHX, | ^ /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/CORE/perl.h:204:16: note: expanded from macro 'aTHX' 204 | # define aTHX my_perl | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. make[6]: *** [PerlInterpreter.o] Error 1 make[5]: *** [libs.here] Error 2 make[4]: *** [bin] Error 2 make[5]: *** No rule to make target `-ldal_c', needed by `dscript'. Stop. make[4]: *** [tests] Error 2 make[6]: *** No rule to make target `-ldal_c', needed by `dscript'. Stop. make[5]: *** [runtests] Error 2