mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
get rid of unused arg warning in sim_gps
This commit is contained in:
@@ -47,6 +47,7 @@ value sim_use_gps_pos(value x, value y, value z, value c, value a, value s, valu
|
||||
gps.utm_pos.north = Int_val(y);
|
||||
gps.utm_pos.zone = Int_val(z);
|
||||
lat = lon; /* Just to get rid of the "unused arg" warning */
|
||||
lon = lat; /* Just to get rid of the "unused arg" warning */
|
||||
#endif // GPS_USE_LATLONG
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user