Compile error in release build type #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Livox team,
I'm one of members in Seoul Robotics.
I'm facing a compile error while building Livox-SDK with my script.
Below is error message.
I'm thinking the problem occures because I'm using "cmake .. -DCMAKE_BUILD_TYPE=Release" in my script. This makes the compiler ignore assert() syntax.
Could you simply add (void)thread_id in IOLoop::RemoveDelegateSync to avoid compile error in case someone using Release build?
Thank you for your advice, we will fix this bug in next release.