OSDN Git Service

eliminate warnings
authorSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 22 Sep 2018 20:59:24 +0000 (05:59 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 22 Sep 2018 20:59:24 +0000 (05:59 +0900)
japanese/jlib.c

index 4805d68..82e8264 100644 (file)
@@ -220,7 +220,9 @@ str2ic(s)
     }
 #endif
     else{
+#ifdef POSIX_ICONV
 noconvert:
+#endif
        strcpy((char *)buf, s);
        return (char *)buf;
     }
@@ -272,7 +274,9 @@ ic2str(s)
     }
 #endif
     else{
+#ifdef POSIX_ICONV
 noconvert:
+#endif
        strcpy((char *)buf, s);
        return (char *)buf;
     }