mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Fix warnings in ExtraTests and Examples
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
std::string one() {
|
||||
static std::string one() {
|
||||
return "1";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user