Slamtec / rplidar_ros

BSD 2-Clause "Simplified" License
497 stars 532 forks source link

Compiler Warning Fixed #57

Closed sekomer closed 1 year ago

sekomer commented 3 years ago

When you compile the source code you get a warning, compiler detected that a space is needed between a literal and string macro because a compiler error might occur in later C++ standards.

[Warning] invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]

deyouslamtec commented 1 year ago

merged

sekomer commented 1 year ago

i don't think its merged, can you check

deyouslamtec commented 1 year ago

It was my mistake, I was looking at the wrong branch. But this compilation warning has been eliminated with