Skip to content

Commit

Permalink
fixed #214
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed May 6, 2019
1 parent 045fa06 commit 961c054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doctest/doctest.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ DOCTEST_CLANG_SUPPRESS_WARNING("-Wmissing-prototypes")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wunused-local-typedef")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wc++98-compat")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wc++98-compat-pedantic")
DOCTEST_CLANG_SUPPRESS_WARNING("-Winconsistent-missing-destructor-overrid")
DOCTEST_CLANG_SUPPRESS_WARNING("-Winconsistent-missing-destructor-override")

DOCTEST_GCC_SUPPRESS_WARNING_PUSH
DOCTEST_GCC_SUPPRESS_WARNING("-Wunknown-pragmas")
Expand Down
2 changes: 1 addition & 1 deletion doctest/parts/doctest_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ DOCTEST_CLANG_SUPPRESS_WARNING("-Wmissing-prototypes")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wunused-local-typedef")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wc++98-compat")
DOCTEST_CLANG_SUPPRESS_WARNING("-Wc++98-compat-pedantic")
DOCTEST_CLANG_SUPPRESS_WARNING("-Winconsistent-missing-destructor-overrid")
DOCTEST_CLANG_SUPPRESS_WARNING("-Winconsistent-missing-destructor-override")

DOCTEST_GCC_SUPPRESS_WARNING_PUSH
DOCTEST_GCC_SUPPRESS_WARNING("-Wunknown-pragmas")
Expand Down

0 comments on commit 961c054

Please sign in to comment.