Skip to content

Instantly share code, notes, and snippets.

View nmathewson's full-sized avatar

Nick Mathewson nmathewson

View GitHub Profile
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.