Bugfix/code clean using gcc warnings (#371)
* Enable extra GCC warnings to discover subtle bugs * convert c++ comments to c comments * cleanup pedantic compiler warnings * Compile apps with GNU89 GNU99 GNU11 and GNU17 Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -2066,7 +2066,7 @@ typedef enum BACnetColorTransition {
|
||||
BACNET_COLOR_TRANSITION_NONE = 0,
|
||||
BACNET_COLOR_TRANSITION_FADE = 1,
|
||||
BACNET_COLOR_TRANSITION_RAMP = 2,
|
||||
BACNET_COLOR_TRANSITION_MAX = 3,
|
||||
BACNET_COLOR_TRANSITION_MAX = 3
|
||||
} BACNET_COLOR_TRANSITION;
|
||||
|
||||
/* NOTE: BACNET_DAYS_OF_WEEK is different than BACNET_WEEKDAY */
|
||||
|
||||
Reference in New Issue
Block a user