Index: libcfa/src/concurrency/kernel.hfa
===================================================================
--- libcfa/src/concurrency/kernel.hfa	(revision 454b4e01b75e00e1a232a34fc6777a3e01b733c2)
+++ libcfa/src/concurrency/kernel.hfa	(revision 7d84369aa49c95f5c4745d0968fce359de10d2ad)
@@ -173,5 +173,5 @@
 
 static inline void  ?{}(__timestamp_t & this) { this.tv = 0; this.ma = 0; }
-static inline void ^?{}(__timestamp_t & this) {}
+static inline void ^?{}(__timestamp_t &) {}
 
 struct __attribute__((aligned(128))) __ready_queue_caches_t;
