We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c3ded commit bd4bbf3Copy full SHA for bd4bbf3
test/unit/tracing/from_current.cpp
@@ -203,7 +203,7 @@ TEST(FromCurrent, SEHBasic) {
203
[&] () {
204
CPPTRACE_SEH_TRY {
205
206
- auto res = my_div_function(10, 0);
+ volatile auto res = my_div_function(10, 0);
207
(void)res;
208
} ();
209
} CPPTRACE_SEH_EXCEPT(divide_zero_filter(GetExceptionCode())) {
@@ -238,7 +238,7 @@ TEST(FromCurrent, SEHCorrectHandler) {
238
239
240
241
242
243
244
} CPPTRACE_SEH_EXCEPT(EXCEPTION_CONTINUE_SEARCH) {
0 commit comments