Fixed gcc warning
[fw/sdcc] / as / mcs51 / lklibr.c
index 07028e7995395972584a98ba059407dcfe371ac3..32c22d572deac2f5c6413f49601430e2c6ae93b4 100644 (file)
@@ -661,6 +661,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 */