Skip to content

Commit

Permalink
Merge pull request #617 from VirtualGeo/warning_fix
Browse files Browse the repository at this point in the history
Remove warning (unused parameters)
  • Loading branch information
wolfpld authored Sep 7, 2023
2 parents 4e83aa3 + 98de2ed commit 95e4e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/client/TracyProfiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@ class Profiler
fi->flip = flip;
profiler.m_fiQueue.commit_next();
profiler.m_fiLock.unlock();
#else
static_cast<void>(image); // unused
static_cast<void>(w); // unused
static_cast<void>(h); // unused
static_cast<void>(offset); // unused
static_cast<void>(flip); // unused
#endif
}

Expand Down

0 comments on commit 95e4e01

Please sign in to comment.