Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-12-11 06:43:05 +0300
committerAlan Modra <modra@gmail.com>2000-12-11 06:43:05 +0300
commit38a353ab168f437354f7083e5b21569080bf7aa7 (patch)
tree8696d27810ccdc729c7f519593a8b7e861bcc921 /include/coff/ti.h
parenta239df7f57456bfd08299eedcfcb65f30e3c3321 (diff)
Replace #warning with #error
Diffstat (limited to 'include/coff/ti.h')
-rw-r--r--include/coff/ti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/ti.h b/include/coff/ti.h
index c06028af7..445707ccd 100644
--- a/include/coff/ti.h
+++ b/include/coff/ti.h
@@ -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
-#warning OCTETS_PER_BYTE_POWER not defined for this CPU, it will default to 0
+#error "OCTETS_PER_BYTE_POWER not defined for this CPU"
#else
#define OCTETS_PER_BYTE (1<<OCTETS_PER_BYTE_POWER)
#endif