diff -r c0b4b2ef7579 -r debc68b124b7 src/objacces.c --- a/src/objacces.c Mon Jan 29 09:27:58 2007 +0100 +++ b/src/objacces.c Mon Jan 29 09:42:22 2007 +0100 @@ -27,10 +27,11 @@ #include "objacces.h" -#ifdef DEBUG_WAR_CONSOLE_ON + UNS8 accessDictionaryError(UNS16 index, UNS8 subIndex, UNS8 sizeDataDict, UNS8 sizeDataGiven, UNS32 code) { +#ifdef DEBUG_WAR_CONSOLE_ON MSG_WAR(0x2B09,"Dictionary index : ", index); MSG_WAR(0X2B10," subindex : ", subIndex); switch (code) { @@ -59,9 +60,10 @@ default : MSG_WAR(0x2B20, "Unknown error code : ", code); } +#endif return 0; } -#endif + UNS32 getODentry( CO_Data* d, UNS16 wIndex,