Closed ozbolt-abrantix closed 2 years ago
offset gets shadowed here:
https://github.com/ianh/owl/blob/0622ab15fb1a97f6c05ce93146b9f9facace24d6/src/6a-generate.c#L618
This results in warning in most compilers. Don't know the project, but at first glance offset%%rule-index might work.
offset%%rule-index
Good catch; I took your suggestion in b63d74d.
offset gets shadowed here:
https://github.com/ianh/owl/blob/0622ab15fb1a97f6c05ce93146b9f9facace24d6/src/6a-generate.c#L618
This results in warning in most compilers. Don't know the project, but at first glance
offset%%rule-index
might work.