Fix warnings in ExtraTests and Examples

This commit is contained in:
Martin Hořeňovský
2020-02-25 12:39:40 +01:00
parent 33b47f7309
commit d1ffaf55a1
8 changed files with 27 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
#include <catch2/catch.hpp>
std::string one() {
static std::string one() {
return "1";
}