]> pd.if.org Git - pdclib/blobdiff - includes/string.h
Removed #warning lines (only #error is defined by the standard).
[pdclib] / includes / string.h
index c63bab8dff7ba01b66eae343329542b4f330115c..f6f3e5db701faa522077217897b7eb9c4af1a569 100644 (file)
 #include <_PDCLIB_int.h>
 #endif
 
-#if _PDCLIB_HOSTED == 1
-#warning As of the current release, PDCLib is not a conforming hosted environment.
-#warning <string.h> is not standard-compliant (yet) - strerror is missing.
-#endif
-
 typedef _PDCLIB_size_t size_t;
 
 #define NULL _PDCLIB_NULL