From 49e8257931ae4f02445bdd1edc898e0252e92519 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 9 Apr 2009 18:03:38 +0000 Subject: [PATCH] add #warning --- iarray.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iarray.h b/iarray.h index 6840080..870fc80 100644 --- a/iarray.h +++ b/iarray.h @@ -1,6 +1,8 @@ #ifndef IARRAY_H #define IARRAY_H +#warning DO NOT USE THIS YET. It may look thread-safe but it is not! + #include "uint64.h" #include #include