Explorar o código

quieten compiler warnings

Waldemar Brodkorb %!s(int64=11) %!d(string=hai) anos
pai
achega
b934912ccf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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");