mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
remove compilation warning
This commit is contained in:
@@ -229,7 +229,7 @@ let print_event_functions = fun modules ->
|
||||
|
||||
let print_datalink_functions = fun modules ->
|
||||
lprintf out_h "\n#include \"messages.h\"\n";
|
||||
lprintf out_h "static inline void modules_parse_datalink(uint8_t msg_id) {\n";
|
||||
lprintf out_h "static inline void modules_parse_datalink(uint8_t msg_id __attribute__ ((unused))) {\n";
|
||||
right ();
|
||||
let else_ = ref "" in
|
||||
List.iter (fun m ->
|
||||
|
||||
Reference in New Issue
Block a user