-
Notifications
You must be signed in to change notification settings - Fork 403
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
binding_c needs "proper" prototypes #1280
Comments
eboasson
added a commit
to eboasson/iceoryx
that referenced
this issue
Mar 11, 2022
Declaring a function in C that takes no argument requires "(void)". With strict warning settings, C compilers will issue a warning. Signed-off-by: Erik Boasson <eb@ilities.com>
21 tasks
MatthiasKillat
added a commit
that referenced
this issue
Mar 11, 2022
…-config-h iox-#1280 use proper prototypes in C binding
21 tasks
This was referenced Mar 11, 2022
21 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required information
Operating system:
E.g. maxOS 12.2.1
Compiler version:
E.g. Apple clang version 13.0.0 (clang-1300.0.29.30)
Observed result or behaviour:
Compiler warnings when compiling Cyclone DDS with Iceoryx 2.0 branch:
Expected result or behaviour:
No warnings
Conditions where it occurred / Performed steps:
Build Cyclone DDS including eclipse-cyclonedds/cyclonedds#1175 with default compilation setting on aforementioned platform.
The text was updated successfully, but these errors were encountered: