avoid mixing of enumerated type with another type

This commit is contained in:
Yang Tse
2012-11-26 16:23:02 +01:00
parent b33074d893
commit 79954a1b07
6 changed files with 66 additions and 70 deletions

View File

@@ -24,7 +24,7 @@
#include "tool_setup.h"
typedef enum {
PARAM_OK,
PARAM_OK = 0,
PARAM_OPTION_AMBIGUOUS,
PARAM_OPTION_UNKNOWN,
PARAM_REQUIRES_PARAMETER,