mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Fix unreachable error when compiling warnings as errors + timer fallback
This commit is contained in:
parent
579339dd24
commit
cc33846111
@ -224,7 +224,9 @@ public:
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0; // unreacheble branch
|
#if !defined TRACY_TIMER_FALLBACK
|
||||||
|
return 0; // unreachable branch
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
tracy_force_inline uint32_t GetNextZoneId()
|
tracy_force_inline uint32_t GetNextZoneId()
|
||||||
|
Loading…
Reference in New Issue
Block a user