search for: intrinsicdecl

Displaying 2 results from an estimated 2 matches for "intrinsicdecl".

2002 Aug 07
0
Compiling Samba 2.2.5 on Tru64 UNIX
...tatement, the declaration for intrinsic function "snprintf" referenced at line number 595 in file smbd/server.c, parameter number 2 is of type "unsigned long", which is not consistent with the expected type "long". It will be treated as an ordinary external function. (intrinsicdecl) int snprintf(char *,size_t ,const char *, ...) PRINTF_ATTRIBUTE(3,4); --------------------^ I suspect this means, there are a declaration for snprintf and a function call that are different in parameter description. Since I compiled-2.2.3a successfully I didn't expect any warnings for 2.2.5....
2001 Jul 16
0
No subject
...225: In this statement, the declaration for intrinsic function "bcopy" referenced at line number 3235 in file configure, the declared return type of "signed char" is not consistent with the expected type of "void". It will be treated as an ordinary external function. (intrinsicdecl) char bcopy(); -----^ configure:3213: checking for bindresvport_sa configure:3241: cc -o conftest -g conftest.c -lz -lsecurity -ldb -lm -laud -lutil 1>&5 ld: Unresolved: bindresvport_sa configure: failed program was: #line 3218 "configure" #include "confdefs.h" /* Syst...