Commit 291f122f by bernhard-gatzhammer

Removed copmile time warning in spin destroy from unused parameter.

EMBB-509
parent 4fda909d
......@@ -164,4 +164,5 @@ int embb_spin_unlock(embb_spinlock_t* spinlock) {
void embb_spin_destroy(embb_spinlock_t* spinlock) {
// for now, doing nothing here... in future, will call the respective
// destroy function for atomics...
EMBB_UNUSED(spinlock);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment