mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
Fix warning in examples/Utils/ChromeTraceUtil.cpp : bullet3/examples/Utils/ChromeTraceUtil.cpp:122:62: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’ [-Wformat=]: for startTimeDiv1000, ... Tested: - examples/ExampleBrowser/App_ExampleBrowser --tracing - press the P key to write the profiler json file - head /tmp/timings_0.json - open /tmp/timings_0.json with chrome://tracing