-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.3.3] src/axc.c compile warnings that could be of interest #21
Comments
thanks for the issue!
|
For former: Do you think that the whole |
Linked to: |
@hartwork i assumed that i only hid these parts for a reason, but now that you ask i'm not sure the reason wasn't just that it's the quickest solution. i glanced over it and it seems that by hiding some more code via the preprocessor, i could in fact completely hide this feature from the compiler. however, it still bugs me: is that really how feature flags are implemented? |
Cool!
I'm not sure. Adding a dummy field to avoid an empty struct might be an alternative hack, but if the whole struct can disappear, maybe it's not even bad. |
The text was updated successfully, but these errors were encountered: