Browse Source

quieten compiler warnings

Waldemar Brodkorb 11 years ago
parent
commit
b934912ccf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tools/adk/depmaker.c

+ 4 - 0
tools/adk/depmaker.c

@@ -138,6 +138,10 @@ int main() {
 	char *string, *pkgvar, *pkgdeps, *tmp, *fpkg, *cpkg, *spkg, *key, *check, *dpkg;
 	char *stringtmp;
 	int i;
+
+	spkg = NULL;
+	cpkg = NULL;
+	fpkg = NULL;
 	
 	/* read Makefile's for all packages */
 	pkgdir = opendir("package");