bluerobotics / ping-cpp

C++ API implementation of ping-protocol
13 stars 13 forks source link

Enable warning messages and fix everything necessary #8

Closed patrickelectric closed 5 years ago

patrickelectric commented 5 years ago

Since we are enabling some warnings and using werror in ping-viewer, this patch allows ping-viewer to compile without problems ping-cpp.

We should enable and use werror to allow a more safer code, principally in embedded boards.