orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Fix compiler warnings with GCC 9 #89

Closed meyerj closed 4 years ago

meyerj commented 4 years ago

Counterpart of https://github.com/orocos-toolchain/rtt/pull/317 for OCL.

Only misleading whitespace (-Wmisleading-indentation), redundant semicolons and one usage of deprecated auto_ptr.

snrkiwi commented 4 years ago

LGTM