This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc-3970 c99: WARNING File = event.c, Line = 168 | |
conversion from pointer to same-sized integral type (potential portability | |
problem) | |
unsigned u = (unsigned) ((ev_uintptr_t) e->ptr); | |
^ | |
cc-1185 c99: WARNING File = event.c, Line = 937 | |
An enumerated type is mixed with another type. |