Skip to content

Conversation

@fannyzotter
Copy link
Member

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
#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