2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-02 21:22:10 +00:00

Merge branch 'topic/PR127-silence-unused-variable-warning' into next-internal

* topic/PR127-silence-unused-variable-warning:
  Change log
  Silence 'unused variable' warning
This commit is contained in:
Raffi Enficiaud
2018-01-31 23:42:33 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -938,7 +938,7 @@ attach_debugger( bool break_or_continue )
return true;
#else // ****************************************************** default
(void) break_or_continue; // silence 'unused variable' warning
return false;
#endif