[Etherboot-developers] 5.1.x: nrv2b.c
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-12-06 16:49:00
|
Got these warnings from gcc 3.2: nrv2b.c:790:48: warning: multi-line string literals are deprecated nrv2b.c:1452:34: warning: multi-line string literals are deprecated nrv2b.c:1455:25: warning: multi-line string literals are deprecated They seem to be unintentional, printf lines broken inside the format string. |