Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Sep 11, 2023

The AppleClang compiler emits warnings in C functions with zero arguments that are not specified as f(void).

The AppleClang compiler emits warnings in C functions with zero
arguments that are not specified as `f(void)`.
Copy link
Contributor

@pbalcer pbalcer left a comment

Choose a reason for hiding this comment

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

this should fail on any compiler with -Wall enabled. There's still something wrong with our cmakes... :/

@kbenzie
Copy link
Contributor Author

kbenzie commented Sep 11, 2023

this should fail on any compiler with -Wall enabled. There's still something wrong with our cmakes... :/

this was also picked up in the github actions, not sure how it creeped in to main

@kbenzie kbenzie merged commit 172bc24 into oneapi-src:main Sep 11, 2023
@kbenzie kbenzie deleted the benie/fix-macos-build branch January 29, 2024 13:49
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.

2 participants