-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "include/spinlock: explicit casts for C++ compilation"
This reverts commit 8698ada. Concurrency Kit uses idiomatic C99+.
- Loading branch information
Samy Al Bahra
committed
Feb 20, 2019
1 parent
4e9b23b
commit 9bd98ad
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9bd98ad
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.
Hi @sbahra ,
What's the motivation for reverting this ?
CK_CPP_CAST
seems to be used in other places in CK.Also
CK_CPP_CAST
is noop when compiled in C so why to remove it ?