From 6262e3d8ca24e1f706cd359ad408db1f18134aae Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 19 Apr 2003 15:17:32 +0000 Subject: [PATCH] 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 --- support/Util/BuildCmd.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2