mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix GCC warning by removing unused 'typedef' keyword. r=graydon
--HG-- extra : rebase_source : fcccfa5384f53f275caecca1e1e83b3951379b50
This commit is contained in:
parent
d9af42beb8
commit
9d9aa554b9
@ -168,7 +168,7 @@ int _histEntryValue (void* id, int64_t value);
|
|||||||
|
|
||||||
#define NUM_EVARS 4
|
#define NUM_EVARS 4
|
||||||
|
|
||||||
typedef enum {
|
enum {
|
||||||
LOCK_IS_FREE = 0,
|
LOCK_IS_FREE = 0,
|
||||||
LOCK_IS_TAKEN = 1
|
LOCK_IS_TAKEN = 1
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user