-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
intel.c: In function ‘read_byte’:
intel.c:27:23: warning: operation on ‘ptr’ may be undefined [-Wsequence-point]
27 | #define READC ((*ptr)++)
| ~~~~~~^~
intel.c:28:51: note: in expansion of macro ‘READC’
28 | #define GETB (xdigitconv(READC) * 16 + xdigitconv(READC))
| ^~~~~
intel.c:45:23: note: in expansion of macro ‘GETB’
45 | unsigned char val = GETB;
| ^~~~
and others.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request