Skip to content

Commit 06e4752

Browse files
authored
Merge pull request #47 from linuxlizard/master
#46
2 parents 0da30f1 + 88a82da commit 06e4752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class TestServer {
9595
};
9696

9797
void dirty_notification() { throw std::exception(); }
98-
int dirty_method(int a, int b) { to_string(a+b); throw std::exception(); }
98+
int dirty_method(int a, int b) { auto _ = to_string(a+b); throw std::exception(); }
9999
int dirty_method2(int a, int b) { throw (a+b); }
100100

101101
string param_proc;

0 commit comments

Comments
 (0)