mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
#warn -> #warning
This commit is contained in:
parent
2005ab6be7
commit
aa0722760b
@ -1,3 +1,7 @@
|
|||||||
|
2000-12-08 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* ti.h: Change #warn to #warning.
|
||||||
|
|
||||||
2000-06-30 DJ Delorie <dj@cygnus.com>
|
2000-06-30 DJ Delorie <dj@cygnus.com>
|
||||||
|
|
||||||
* pe.h: Clarify a comment.
|
* pe.h: Clarify a comment.
|
||||||
|
@ -45,7 +45,7 @@ struct external_filehdr {
|
|||||||
|
|
||||||
/* This value is made available in the rare case where a bfd is unavailable */
|
/* This value is made available in the rare case where a bfd is unavailable */
|
||||||
#ifndef OCTETS_PER_BYTE_POWER
|
#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
|
#else
|
||||||
#define OCTETS_PER_BYTE (1<<OCTETS_PER_BYTE_POWER)
|
#define OCTETS_PER_BYTE (1<<OCTETS_PER_BYTE_POWER)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user