X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstring.h;h=f6f3e5db701faa522077217897b7eb9c4af1a569;hp=c63bab8dff7ba01b66eae343329542b4f330115c;hb=91f605daba968422a5994e86d17cd4a34f15f343;hpb=b335b04edfdff582f5792a57cb9cea8c89584590 diff --git a/includes/string.h b/includes/string.h index c63bab8..f6f3e5d 100644 --- a/includes/string.h +++ b/includes/string.h @@ -21,11 +21,6 @@ #include <_PDCLIB_int.h> #endif -#if _PDCLIB_HOSTED == 1 -#warning As of the current release, PDCLib is not a conforming hosted environment. -#warning is not standard-compliant (yet) - strerror is missing. -#endif - typedef _PDCLIB_size_t size_t; #define NULL _PDCLIB_NULL