Add more warning flags, fix a few new warnings
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "ucore_timers.h"
|
||||
|
||||
#define MUX_EV_READ (1 << 0x00)
|
||||
#define MUX_EV_WRITE (1 << 0x01)
|
||||
#define MUX_EV_READ (1U << 0x00)
|
||||
#define MUX_EV_WRITE (1U << 0x01)
|
||||
//#define MUX_EV_EXCEPT (1 << 0x02)
|
||||
#define MUX_EV_MASK (MUX_EV_READ | MUX_EV_WRITE )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user