From c1384169429437c56c597d23dab057d6223b08c9 Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 15 Nov 2008 18:11:26 +0000 Subject: [PATCH] (printIvalChar) - removed internal error: it is triggered by structflexarray.c regression test git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5270 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCglue.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SDCCglue.c b/src/SDCCglue.c index c65ca88a..19c452ea 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -774,9 +774,6 @@ printIvalChar (symbol * sym, sym_link * type, initList * ilist, struct dbuf_s * { if (!size) { - werror (E_INTERNAL_ERROR, __FILE__, __LINE__, - "size should never be 0"); - /* we have not been given a size, but now we know it */ size = strlen (SPEC_CVAL (val->etype).v_char) + 1; /* but first check, if it's a flexible array */ -- 2.30.2