dss91 / omgps

Automatically exported from code.google.com/p/omgps
0 stars 0 forks source link

omgps fails compilation due to unitialized variables #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
omgps does not compile with gcc 4.9 due to unitialized variables with the 
option -Werror=maybe-uninitialized

To solve the problem, just initiate the variable. Please read the patch.

Original issue reported on code.google.com by rapp...@gmail.com on 14 Dec 2014 at 7:12

Attachments: