-
Notifications
You must be signed in to change notification settings - Fork 400
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
Iox #33 disable warnings on windows #682
Iox #33 disable warnings on windows #682
Conversation
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
@@ -57,5 +58,5 @@ endif() | |||
add_executable(${PROJECT_PREFIX}_moduletests ${MODULETESTS_SRC}) | |||
set_property(TARGET ${PROJECT_PREFIX}_moduletests PROPERTY CXX_STANDARD ${ICEORYX_CXX_STANDARD}) | |||
target_include_directories(${PROJECT_PREFIX}_moduletests PRIVATE .) | |||
target_compile_options(${PROJECT_PREFIX}_moduletests PUBLIC -fPIC PRIVATE ${TEST_CXX_FLAGS}) | |||
target_compile_options(${PROJECT_PREFIX}_moduletests PRIVATE ${TEST_CXX_FLAGS}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need a ``POSITION_INDEPENDENT_CODE ON` here as fPIC is only for lib builds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a leftover from a previous cleanup. It's not used anywhere else.
iceoryx_utils/test/stresstests/benchmark_optional_and_expected/CMakeLists.txt
Show resolved
Hide resolved
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
Codecov Report
@@ Coverage Diff @@
## release_1.0 #682 +/- ##
===============================================
- Coverage 74.54% 74.50% -0.05%
===============================================
Files 317 317
Lines 11217 11217
Branches 1969 1969
===============================================
- Hits 8362 8357 -5
- Misses 2078 2082 +4
- Partials 777 778 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…rnings-on-windows Iox eclipse-iceoryx#33 disable warnings on windows
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)task-list-completed
)Notes for Reviewer
The compiler warnings for MSVC are disabled. I also added a todo to #33 to re-enable them when Windows is fully supported.
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References