Re: [Etherboot-developers] tidy ups
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-03-17 10:45:59
|
>I think it works in 2.95, and the syntax is >__attribute__ ((unused)) Ok thanks will give it a shot. >They are there because the definition of >strlen/strcmp is non static, but the declaration in >the hedaer file is static. If you change "static" to >"extern" in the header file, the warnings go away. I >wonder why the "static" is in the header file at all? Ah, missed the fact that there are two, well three, string.h files and one has the prototype and the second the body. All is well now. |