add #warning

This commit is contained in:
leitner 2009-04-09 18:03:38 +00:00
parent 1efee85ec0
commit 49e8257931

View File

@ -1,6 +1,8 @@
#ifndef IARRAY_H #ifndef IARRAY_H
#define IARRAY_H #define IARRAY_H
#warning DO NOT USE THIS YET. It may look thread-safe but it is not!
#include "uint64.h" #include "uint64.h"
#include <stddef.h> #include <stddef.h>
#include <pthread.h> #include <pthread.h>