X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstring.h;h=f6f3e5db701faa522077217897b7eb9c4af1a569;hp=c63bab8dff7ba01b66eae343329542b4f330115c;hb=8a70c7a124624ac1d2a5125497bf9a76556e8b11;hpb=3144d6fcfbcb8af1e5294f82d09c65c432c7f3e9 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