X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fcore%2FselectiveTracing%2Fmain.cpp;fp=example%2Fcore%2FselectiveTracing%2Fmain.cpp;h=792fe5003c84b7cadd268b51dd51ce2a2dc2f5b1;hp=3203fa829aaf4a0095197f78e5caa8d4e3d8e0a5;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/core/selectiveTracing/main.cpp b/example/core/selectiveTracing/main.cpp index 3203fa8..792fe50 100644 --- a/example/core/selectiveTracing/main.cpp +++ b/example/core/selectiveTracing/main.cpp @@ -28,7 +28,7 @@ void _exit(const std::string & msg) { exit(-1); } -void test(const std::string & value) throw() { +void test(const std::string & value) { LOGINFORMATION( std::string msg = "Starting test for "; msg += value;