Fix nightly test warnings
[bertos.git] / bertos / hw / hw_led_7seg.h
index 41493235df414e5c8abbf2d4e601d4786540d526..b90397b773906bd0b11ddf3c9e0c8c9fa44878a8 100644 (file)
@@ -202,7 +202,7 @@ INLINE void sseg_off(void)
  *     \param dgt the character that has to be displayed
  *     \param n_dgt the digit where to disply the character of the display's digits.
  */
-INLINE void sseg_on(uint8_t dgt, uint8_t n_dgt)
+INLINE void sseg_on(UNUSED_ARG(uint8_t, dgt), UNUSED_ARG(uint8_t, n_dgt))
 {
 #ifdef CONFIG_LED_7SEG_CCAT
 /* Common Cathode */