Move linker test entry to ld/testsuite/ChangeLog
[deliverable/binutils-gdb.git] / libdecnumber / decContext.c
index 1756dcb2522f10ed9efe468a4a0e8f7f8c84509e..aa8195928e4355d2ebf485e7066bc6233c8b519b 100644 (file)
@@ -393,11 +393,11 @@ Int decContextTestEndian(Flag quiet) {
   if (dle>1) dle=1;          /* ensure 0 or 1 */
 
   if (LITEND!=DECLITEND) {
-    const char *adj;
     if (!quiet) {
+#if DECCHECK
+      const char *adj;
       if (LITEND) adj="little";
             else adj="big";
-#if DECCHECK
       printf("Warning: DECLITEND is set to %d, but this computer appears to be %s-endian\n",
             DECLITEND, adj);
 #endif
This page took 0.02335 seconds and 4 git commands to generate.