Skip to content
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

Unknown pragmas #50

Closed
skypjack opened this issue Dec 25, 2019 · 0 comments · Fixed by #51
Closed

Unknown pragmas #50

skypjack opened this issue Dec 25, 2019 · 0 comments · Fixed by #51

Comments

@skypjack
Copy link
Contributor

Currently, both clang and g++ trigger a warning for an unknown lambda due to this line:

#pragma section(".state", read, write)

Not sure what the purpose of this line is (it's... well, Christmas, I haven't looked into the code today) but apparently both the compilers just ignore it.

fungos added a commit that referenced this issue Jan 10, 2020
Try to clarify the documentation about `CR_LOAD`/`CR_UNLOAD` and
`CR_CLOSE` as discussed in issue #49;

Issue #50 - Remove seemingly misplaced pragma causing warning on GCC/Clang.
@fungos fungos mentioned this issue Jan 11, 2020
fungos added a commit that referenced this issue Jan 11, 2020
Try to clarify the documentation about `CR_LOAD`/`CR_UNLOAD` and
`CR_CLOSE` as discussed in issue #49;

Issue #50 - Remove seemingly misplaced pragma causing warning on GCC/Clang.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant