]> granicus.if.org Git - onig/commitdiff
remove IGNORE_EUC_JP by using -Wno-invalid-source-encoding for Clang
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 5 Feb 2018 01:12:19 +0000 (10:12 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 5 Feb 2018 01:12:19 +0000 (10:12 +0900)
test/testc.c

index 1a60c8a887a04040a645e580fcaeacd37decfa17..e37665a731fa1ac05f9514fa238662bc1c6e4b09 100644 (file)
@@ -2,9 +2,6 @@
  * This program was generated by testconv.rb.
  */
 #include "config.h"
-#ifdef ONIG_ESCAPE_UCHAR_COLLISION
-#undef ONIG_ESCAPE_UCHAR_COLLISION
-#endif
 #include <stdio.h>
 
 #ifdef POSIX_TEST
@@ -690,12 +687,6 @@ extern int main(int argc, char* argv[])
   x2("^\\X$", "\x0d\x0a", 0, 2);
   x2("^\\X\\X\\X$", "ab\x0d\x0a", 0, 4);
 
-  /*
-    < ifndef IGNORE_EUC_JP >
-    for testcases print warnings #63
-    warning: illegal character encoding in string literal [-Winvalid-source-encoding]
-   */
-#ifndef IGNORE_EUC_JP
   x2("", "¤¢", 0, 0);
   x2("¤¢", "¤¢", 0, 2);
   n("¤¤", "¤¢");
@@ -977,8 +968,6 @@ extern int main(int argc, char* argv[])
   n("\\P{Hiragana}", "¤Ô");
 #endif
 
-#endif /* IGNORE_EUC_JP */
-
   fprintf(stdout,
        "\nRESULT   SUCC: %d,  FAIL: %d,  ERROR: %d      (by Oniguruma %s)\n",
        nsucc, nfail, nerror, onig_version());