> lauxlib.c:577:61: warning: while loop has empty body [-Wempty-body] > while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; > ^ > lauxlib.c:577:61: note: put the semicolon on a separate line to silence > this warning Thanks. -- Roberto