Skip to content

Commit

Permalink
e turned off warnings as error
Browse files Browse the repository at this point in the history
Co-Authored-By: Alessandro Pezzato <[email protected]>
  • Loading branch information
isidore and alepez committed May 18, 2020
1 parent 56eac6f commit e74726a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/relnotes_x.y.z.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* **Breaking changes**
* None
* **New features**
* FmtApprovals
Added integration with the [{fmt}](https://fmt.dev/) library.
See [How to Use the Fmt Library To Print Objects](/doc/how_tos/UseTheFmtLibraryToPrintObjects.md#top).

* FmtApprovals (#124)
Added integration with the [{fmt}](https://fmt.dev/) library.
See [How to Use the Fmt Library To Print Objects](/doc/how_tos/UseTheFmtLibraryToPrintObjects.md#top).
Thanks @alepez
* **Bug fixes**
* None
* **Other changes**
Expand Down
2 changes: 1 addition & 1 deletion tests/DocTest_Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ if (APPROVAL_TESTS_ENABLE_CODE_COVERAGE)
DEPENDENCIES ${PROJECT_NAME})
endif ()

include(WarningsAsErrors)
# include(WarningsAsErrors)
1 change: 1 addition & 0 deletions tests/DocTest_Tests/integrations/FmtTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <vector>

// begin-snippet: fmt_includes

#include <fmt/ranges.h>
// end-snippet

Expand Down

0 comments on commit e74726a

Please sign in to comment.