-
Notifications
You must be signed in to change notification settings - Fork 0
Typo in dummy type #10
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
There is a dummy type declared in src/azorian.h to satisfy ISO C11 compliance taking issue with empty translation units. This dummy type should be called __dummy_type_for_iso_compliance; however, (at least currently) it is called __dummy_type_for_ios_compliance:
Line 9 in e5237cd
| typedef int __dummy_type_for_ios_compliance; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed