summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/raycast.cpp2
-rw-r--r--test/raycast.cpp2
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()
{