Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
3f5545f9
Commit
3f5545f9
authored
3 years ago
by
Sven Fink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove -Wfloat-equal suppressions on tests
parent
353d5971
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
test/src/unit-cbor.cpp
test/src/unit-cbor.cpp
+0
-1
test/src/unit-constructor1.cpp
test/src/unit-constructor1.cpp
+0
-1
test/src/unit-readme.cpp
test/src/unit-readme.cpp
+0
-1
test/src/unit-reference_access.cpp
test/src/unit-reference_access.cpp
+0
-1
test/src/unit-regression1.cpp
test/src/unit-regression1.cpp
+0
-1
test/src/unit-regression2.cpp
test/src/unit-regression2.cpp
+0
-1
No files found.
test/src/unit-cbor.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
#include <nlohmann/json.hpp>
using
nlohmann
::
json
;
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-constructor1.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
#define JSON_TESTS_PRIVATE
#include <nlohmann/json.hpp>
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-readme.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
#include <nlohmann/json.hpp>
using
nlohmann
::
json
;
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-reference_access.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
#include <nlohmann/json.hpp>
using
nlohmann
::
json
;
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-regression1.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
// for some reason including this after the json header leads to linker errors with VS 2017...
#include <locale>
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-regression2.cpp
View file @
3f5545f9
...
...
@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING
(
"-Wfloat-equal"
)
// for some reason including this after the json header leads to linker errors with VS 2017...
#include <locale>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment