#warn -> #warning

This commit is contained in:
Alan Modra
2000-12-07 23:48:01 +00:00
parent 2005ab6be7
commit aa0722760b
2 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct external_filehdr {
/* This value is made available in the rare case where a bfd is unavailable */
#ifndef OCTETS_PER_BYTE_POWER
#warn OCTETS_PER_BYTE_POWER not defined for this CPU, it will default to 0
#warning OCTETS_PER_BYTE_POWER not defined for this CPU, it will default to 0
#else
#define OCTETS_PER_BYTE (1<<OCTETS_PER_BYTE_POWER)
#endif