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:
|
typedef int __dummy_type_for_ios_compliance; |
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:azorian/src/azorian.h
Line 9 in e5237cd