Fixed gcc warning
[fw/sdcc] / link / z80 / lklibr.c
index 6a9b455bc16be8da974ae531fd8f8b858e4956a6..be82f7bca79900a644ea727df81020b37e680590 100644 (file)
@@ -527,6 +527,7 @@ int fndsym( char *name )
        
        /* Iterate through all library object files */
        ThisLibr = libr.next;
+    FirstFound = libr.next; /*So gcc stops whining*/
        while (ThisLibr)
     {
                /* Iterate through all symbols in an object file */