From: borutr Date: Sat, 19 Apr 2003 15:17:32 +0000 (+0000) Subject: define par as NULL if parameter value is invalid X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6262e3d8ca24e1f706cd359ad408db1f18134aae;p=fw%2Fsdcc define par as NULL if parameter value is invalid git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2543 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/Util/BuildCmd.c b/support/Util/BuildCmd.c index 2caf1aa3..41da392f 100644 --- a/support/Util/BuildCmd.c +++ b/support/Util/BuildCmd.c @@ -96,6 +96,7 @@ buildCmdLine (char *into, const char **cmds, break; default: + par = NULL; assert(0); }