X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FSDCCicode.c;h=cc65ac066028318a58201eaa772154e872c304c3;hb=f3c58eecc1a1b343561a68d85a60b7999f7dd9d9;hp=a94d664f9d2e9aaea0fdbd3e9d4971d3be984a30;hpb=46adfcf4c3d151aa4c5d5c4e8df46e6851f927e4;p=fw%2Fsdcc diff --git a/src/SDCCicode.c b/src/SDCCicode.c index a94d664f..cc65ac06 100644 --- a/src/SDCCicode.c +++ b/src/SDCCicode.c @@ -1521,10 +1521,13 @@ operandFromAst (ast * tree,int lvl) case EX_LINK: return operandFromLink (tree->opval.lnk); - } + break; - assert (0); - /* Just to keep the comiler happy */ + default: + assert (0); + } + + /* Just to keep the compiler happy */ return (operand *) 0; }