X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fmware%2Fformatwr.c;fp=bertos%2Fmware%2Fformatwr.c;h=133a1932852fea9213275ae4003a062cadc31a81;hb=6ad5c01d9a3d323e34a547283e7a534f7c3b9d15;hp=8c79d81f2b6fec443c1db5f6ef67507b623a6654;hpb=9b9a032785f88c91dc8b7c802266d6f3b2d27d66;p=bertos.git diff --git a/bertos/mware/formatwr.c b/bertos/mware/formatwr.c index 8c79d81f..133a1932 100644 --- a/bertos/mware/formatwr.c +++ b/bertos/mware/formatwr.c @@ -108,7 +108,9 @@ /*bernie: save some memory, who cares about floats with lots of decimals? */ #define FRMWRI_BUFSIZE 134 - #warning 134 is too much, the code must be fixed to have a lower precision limit + #if !(ARCH & ARCH_NIGHTTEST) + #warning 134 is too much, the code must be fixed to have a lower precision limit + #endif #else /* * Conservative estimate. Should be (probably) 12 (which is the size necessary