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

added clang-17 back to ubuntuClang pipeline #334

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

fannyzotter
Copy link
Collaborator

enforced clang
deleted pragma in core.h
added [[maybe_unused]] to counter that isn't used in the testsuite

lmk what you think.

resolves #318

@fannyzotter fannyzotter requested a review from Atraxus October 7, 2024 15:14
@@ -33,7 +33,6 @@
#else
#define RAYX_API
#endif
#pragma warning Unknown dynamic link import / export semantics.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we could add a check for clang instead

and in CMakeLists add the define for clang like so:

elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
    set(COMPILE_PLATFORM RAYX_PLATFORM_CLANG)

@fannyzotter fannyzotter merged commit 23af4fa into hz-b:master Oct 8, 2024
3 checks passed
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 this pull request may close these issues.

Enforce clang compiler for testUbuntuClang CI
2 participants