Summary: | Compiler warning when compiling Log_Msg_Test.cpp | ||
---|---|---|---|
Product: | ACE | Reporter: | Albert Wijnja <Albert.Wijnja> |
Component: | ACE Tests | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | RESOLVED --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 5.1.8 | ||
Hardware: | x86 | ||
OS: | Windows NT |
Description
Albert Wijnja
2000-08-30 01:56:56 CDT
Compiler version info added The compiler version field gets truncated somehow. The complete information is: gcc driver version cygnus-2.7.2-960126 egcs-971225 tornado 2.0 executing gcc version cygnus-2.7.2-960126 Can you track down the problem for us, please, Albert? It looks like it's in the VxWorks system headers. To tao-support Indeed it is a mistake in the VxWorks header files. Solution: replace line 30 in ${WIND_BASE}/target/h/private/mutexPxLibP.h with: #ifndef __P #ifdef __STDC__ #define __P(x) x #else /* !__STDC__ */ #define __P(x) () #endif /* __STDC__ */ #endif /* !__P */ Thanks, Albert! |