-
Notifications
You must be signed in to change notification settings - Fork 402
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
Move macro code from cxx/attributes.hpp
into iceoryx_platform
#1726
Comments
We have to be careful with this. Ideally the platform could depend on the |
Picking up this issue and start working on it. |
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Nov 15, 2022
…_MAYBE_UNUSED to iceoryx_platform Signed-off-by: Simon Hoinkis <[email protected]>
21 tasks
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Nov 15, 2022
…_MAYBE_UNUSED to iceoryx_platform Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Dec 20, 2022
… attributes Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Dec 20, 2022
…_MAYBE_UNUSED to iceoryx_platform Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Dec 20, 2022
… attributes Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 2, 2023
…_MAYBE_UNUSED to iceoryx_platform Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 2, 2023
… attributes Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 10, 2023
… thicket Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 10, 2023
… thicket Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 11, 2023
…ybe_unused]] Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
…he expected Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
…_MAYBE_UNUSED to iceoryx_platform Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
… attributes Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
… thicket Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
…ybe_unused]] Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Jan 16, 2023
…he expected Signed-off-by: Simon Hoinkis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Attributes like
IOX_NO_DISCARD
provide the same functionality even on platforms which do not support them natively or at least let the code compile without warning.This functionality requires platform/compiler dependent macros and should be moved to
iceoryx_platform
to remove those macros.The text was updated successfully, but these errors were encountered: