diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 17:38:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 17:44:56 +0100 |
commit | f0d679a7c5f450d704ea5b19a12280863ad2f8a2 (patch) | |
tree | de19caff1700a54c49bba44532412db97eab8e51 | |
parent | 8b9ca5cc3a6d6505183d48216a7c22572592663f (diff) |
fix build
-rw-r--r-- | bench/raycast.cpp | 2 | ||||
-rw-r--r-- | test/raycast.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/raycast.cpp b/bench/raycast.cpp index 21b1643d..3baa2958 100644 --- a/bench/raycast.cpp +++ b/bench/raycast.cpp @@ -5,7 +5,7 @@ namespace floormat { namespace { -#warning TODO! +#pragma message("TODO!") [[maybe_unused]] void Raycast(benchmark::State& state) { diff --git a/test/raycast.cpp b/test/raycast.cpp index 1793f5b6..d34f4e26 100644 --- a/test/raycast.cpp +++ b/test/raycast.cpp @@ -6,7 +6,7 @@ namespace floormat { namespace { -#warning TODO! +#pragma message("TODO!") void test1() { |