From: lottaviano Date: Thu, 17 Mar 2011 12:11:19 +0000 (+0000) Subject: Fix nightly test warnings X-Git-Tag: 2.7.0~185 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a60956f41f4e7fe60562bdc158ed081291028483;p=bertos.git Fix nightly test warnings git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4781 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_led_7seg.h b/bertos/cfg/cfg_led_7seg.h index f195b579..d854b11d 100644 --- a/bertos/cfg/cfg_led_7seg.h +++ b/bertos/cfg/cfg_led_7seg.h @@ -76,4 +76,5 @@ #define CONFIG_LED_7SEG_RTIME 5 #endif /* CFG_LED_7SEG_H */ - /** \} */ //defgroup drivers \ No newline at end of file + /** \} */ //defgroup drivers + diff --git a/bertos/hw/hw_led_7seg.h b/bertos/hw/hw_led_7seg.h index 41493235..b90397b7 100644 --- a/bertos/hw/hw_led_7seg.h +++ b/bertos/hw/hw_led_7seg.h @@ -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 */