[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ruby-core
Subject:    Ruby 1.8.5 - warnings when compiled with Sun compiler
From:       "Daniel Berger" <Daniel.Berger () qwest ! com>
Date:       2006-06-30 17:54:16
Message-ID: 44A5644F.1000607 () qwest ! com
[Download RAW message or body]

Solaris 10
cc: Sun C 5.8 2005/10/13
Sunblade 150
Ultra IIe cpu

Attached are the warnings I'm getting from Sun's compiler. Here was my environment:

CC=cc
CFLAGS='-dalign -fns -xbuiltin=%all -xlibmil -xtarget=ultra2e -xO5 -xipo'
LD=cc
LDSHARED='cc -G -xO5 -xipo -xtarget=ultra2e'
LDFLAGS='-xO5 -xipo -xtarget=ultra2e'
EXTLDFLAGS='-xO5 -xipo -xtarget=ultra2e'

Here's a brief explanation of the options:

-dalign          - Expands to -xmemalign=8s (which controls memory alignment)
-G               - Build a shared dynamic library
-fns             - Select non-standard floating point mode
-x05             - Optimization level 5 (max)
-xipo=3          - Enable optimization and inlining across source files
-xbuiltin=%all   - When profitable inline, or substitute intrinsic functions 
for system functions
-xtarget=ultra2e - Specify target system for optimization
-xlibmil         - Inline selected libm math routines for optimization

I'll just mention a couple:

"bignum.c", line 1309: warning: integer overflow detected: op "<<"

Line 1309 is: while ((q & (1<<(BITSPERDIG-1))) == 0) {

Should that be?: while ((q & (1U<<(BITSPERDIG-1))) == 0) {

I made the change, ran it through test_bignum.rb, and it still passed all tests.

"dir.c", line 963: warning: integer overflow detected: op "<<"

It doesn't like something about rb_sys_warn().  Tracing through it, however, I 
wasn't able to spot anything obvious.

Hope this was useful.

Regards,

Dan


This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly 
prohibited and may be unlawful.  If you have received this communication 
in error, please immediately notify the sender by reply e-mail and destroy 
all copies of the communication and any attachments.

["sun_warnings.txt" (text/plain)]

make: Warning: Illegal dependency list for target `.DEFAULT'
"bignum.c", line 1309: warning: integer overflow detected: op "<<"
"bignum.c", line 1312: warning: integer overflow detected: op "<<"
"dir.c", line 963: warning: integer overflow detected: op "<<"
"dir.c", line 990: warning: integer overflow detected: op "<<"
"dir.c", line 1006: warning: integer overflow detected: op "<<"
"dir.c", line 1034: warning: integer overflow detected: op "<<"
"dir.c", line 1081: warning: integer overflow detected: op "<<"
"dir.c", line 1106: warning: integer overflow detected: op "<<"
"dir.c", line 1146: warning: integer overflow detected: op "<<"
"eval.c", line 5100: warning: statement not reached
"regex.c", line 1014: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"regex.c", line 1015: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"regex.c", line 1029: warning: assignment type mismatch:
	pointer to char "=" pointer to unsigned char
"string.c", line 1557: warning: statement not reached
"time.c", line 1907: warning: integer overflow detected: op "<<"
"time.c", line 1979: warning: integer overflow detected: op "<<"
"time.c", line 1984: warning: integer overflow detected: op "<<"
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"bigdecimal.c", line 213: warning: operands have incompatible pointer types: op "=="
"bigdecimal.c", line 335: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"bigdecimal.c", line 344: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "bigdecimal.h", line 106
	argument : pointer to unsigned char
"bigdecimal.c", line 4219: warning: statement not reached
"/usr/include/sys/euc.h", line 22: warning: macro redefined: ISASCII
"/usr/include/sys/euc.h", line 26: warning: macro redefined: ISPRINT
"digest.c", line 100: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "unknown", line 0
	argument : pointer to char
"digest.c", line 107: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"digest.c", line 129: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "unknown", line 0
	argument : pointer to char
"digest.c", line 136: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"digest.c", line 174: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "unknown", line 0
	argument : pointer to char
"digest.c", line 217: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"digest.c", line 248: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"md5.c", line 425: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 210
	argument : pointer to unsigned char
"sha2hl.c", line 108: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"sha2hl.c", line 121: warning: return value type mismatch
"sha2hl.c", line 168: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"sha2hl.c", line 181: warning: return value type mismatch
"sha2hl.c", line 228: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"sha2hl.c", line 241: warning: return value type mismatch
"cbtable.func", line 1: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning void "cbtable.func", line \
2: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning void "cbtable.func", line 3: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning void "cbtable.func", line \
4: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning void "cbtable.func", line 5: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning void "cbtable.func", line \
6: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning void "cbtable.func", line 7: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning void "cbtable.func", line \
8: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning void "cbtable.func", line 9: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning void "cbtable.func", line \
10: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning void "cbtable.func", line 11: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning char "cbtable.func", line \
12: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning char "cbtable.func", line 13: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning char "cbtable.func", line \
14: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning char "cbtable.func", line 15: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning char "cbtable.func", line \
16: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning char "cbtable.func", line 17: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning char "cbtable.func", line \
18: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning char "cbtable.func", line 19: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning char "cbtable.func", line \
20: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning char "cbtable.func", line 21: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning short "cbtable.func", line \
22: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning short "cbtable.func", line 23: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning short "cbtable.func", line \
24: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning short "cbtable.func", line 25: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning short "cbtable.func", line \
26: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning short "cbtable.func", line 27: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning short "cbtable.func", line \
28: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning short "cbtable.func", line 29: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning short "cbtable.func", line \
30: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning short "cbtable.func", line 31: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning int "cbtable.func", line \
32: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning int "cbtable.func", line 33: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning int "cbtable.func", line \
34: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning int "cbtable.func", line 35: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning int "cbtable.func", line \
36: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning int "cbtable.func", line 37: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning int "cbtable.func", line \
38: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning int "cbtable.func", line 39: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning int "cbtable.func", line \
40: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning int "cbtable.func", line 41: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning long "cbtable.func", line \
42: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning long "cbtable.func", line 43: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning long "cbtable.func", line \
44: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning long "cbtable.func", line 45: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning long "cbtable.func", line \
46: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning long "cbtable.func", line 47: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning long "cbtable.func", line \
48: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning long "cbtable.func", line 49: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning long "cbtable.func", line \
50: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning long "cbtable.func", line 51: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning float "cbtable.func", line \
52: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning float "cbtable.func", line 53: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning float "cbtable.func", line \
54: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning float "cbtable.func", line 55: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning float "cbtable.func", line \
56: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning float "cbtable.func", line 57: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning float "cbtable.func", line \
58: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning float "cbtable.func", line 59: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning float "cbtable.func", line \
60: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning float "cbtable.func", line 61: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning double "cbtable.func", line \
62: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning double "cbtable.func", line 63: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning double "cbtable.func", line \
64: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning double "cbtable.func", line 65: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning double "cbtable.func", line \
66: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning double "cbtable.func", line 67: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning double "cbtable.func", line \
68: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning double "cbtable.func", line 69: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning double "cbtable.func", line \
70: warning: assignment type mismatch:  pointer to void "=" pointer to function(long, \
long, long, long, long, long, long, long, long, long, long, long, long, long, long) \
returning double "cbtable.func", line 71: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning pointer to void \
"cbtable.func", line 72: warning: assignment type mismatch:  pointer to void "=" \
pointer to function(long, long, long, long, long, long, long, long, long, long, long, \
long, long, long, long) returning pointer to void "cbtable.func", line 73: warning: \
assignment type mismatch:  pointer to void "=" pointer to function(long, long, long, \
long, long, long, long, long, long, long, long, long, long, long, long) returning \
pointer to void "cbtable.func", line 74: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning pointer to void \
"cbtable.func", line 75: warning: assignment type mismatch:  pointer to void "=" \
pointer to function(long, long, long, long, long, long, long, long, long, long, long, \
long, long, long, long) returning pointer to void "cbtable.func", line 76: warning: \
assignment type mismatch:  pointer to void "=" pointer to function(long, long, long, \
long, long, long, long, long, long, long, long, long, long, long, long) returning \
pointer to void "cbtable.func", line 77: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning pointer to void \
"cbtable.func", line 78: warning: assignment type mismatch:  pointer to void "=" \
pointer to function(long, long, long, long, long, long, long, long, long, long, long, \
long, long, long, long) returning pointer to void "cbtable.func", line 79: warning: \
assignment type mismatch:  pointer to void "=" pointer to function(long, long, long, \
long, long, long, long, long, long, long, long, long, long, long, long) returning \
pointer to void "cbtable.func", line 80: warning: assignment type mismatch:
	pointer to void "=" pointer to function(long, long, long, long, long, long, long, \
long, long, long, long, long, long, long, long) returning pointer to void "dl.c", \
line 670: warning: operands have incompatible pointer types: op "==" "handle.c", line \
168: warning: assignment type mismatch:  pointer to function() returning void "=" \
pointer to void  void
  char
  short
  long
  float
  double
"sym.c", line 94: warning: assignment type mismatch:
	pointer to void "=" pointer to function() returning void
"sym.c", line 119: warning: assignment type mismatch:
	pointer to function(pointer to void) returning void "=" pointer to void
"sym.c", line 370: warning: assignment type mismatch:
	pointer to function(long, long, long, long, long, long, long, long, long, long, \
long, long, long, long, long) returning void "=" pointer to void "sym.c", line 377: \
warning: assignment type mismatch:  pointer to function(long, long, long, long, long, \
long, long, long, long, long, long, long, long, long, long) returning pointer to void \
"=" pointer to void "sym.c", line 384: warning: assignment type mismatch:
	pointer to function(long, long, long, long, long, long, long, long, long, long, \
long, long, long, long, long) returning char "=" pointer to void "sym.c", line 391: \
warning: assignment type mismatch:  pointer to function(long, long, long, long, long, \
long, long, long, long, long, long, long, long, long, long) returning short "=" \
pointer to void "sym.c", line 398: warning: assignment type mismatch:
	pointer to function(long, long, long, long, long, long, long, long, long, long, \
long, long, long, long, long) returning int "=" pointer to void "sym.c", line 405: \
warning: assignment type mismatch:  pointer to function(long, long, long, long, long, \
long, long, long, long, long, long, long, long, long, long) returning long "=" \
pointer to void "sym.c", line 412: warning: assignment type mismatch:
	pointer to function(long, long, long, long, long, long, long, long, long, long, \
long, long, long, long, long) returning float "=" pointer to void "sym.c", line 419: \
warning: assignment type mismatch:  pointer to function(long, long, long, long, long, \
long, long, long, long, long, long, long, long, long, long) returning double "=" \
pointer to void "sym.c", line 426: warning: assignment type mismatch:
	pointer to function(long, long, long, long, long, long, long, long, long, long, \
long, long, long, long, long) returning pointer to char "=" pointer to void "wait.c", \
line 69: warning: implicit function declaration: ioctl "nkf.c", line 66: warning: \
assignment type mismatch:  pointer to unsigned char "=" pointer to char
"nkf.c", line 116: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "nkf-utf8/nkf.c", line 1146
	argument : pointer to char
"nkf.c", line 124: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "nkf-utf8/nkf.c", line 1146
	argument : pointer to char
"nkf.c", line 161: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"nkf.c", line 167: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"nkf.c", line 216: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"nkf.c", line 331: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl.c", line 118: warning: argument mismatch
"ossl.c", line 118: warning: argument mismatch
"ossl.c", line 119: warning: argument mismatch
"ossl.c", line 119: warning: argument mismatch
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_asn1.c", line 37: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 212
	argument : pointer to unsigned char
"ossl_asn1.c", line 48: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 212
	argument : pointer to unsigned char
"ossl_asn1.c", line 83: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"ossl_asn1.c", line 217: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/asn1.h", line 773
	argument : pointer to char
"ossl_asn1.c", line 313: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 787  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 328: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 789  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 347: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 769  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 359: warning: argument #1 is incompatible with \
prototype:  prototype: pointer to char : "ossl.h", line 117
	argument : pointer to unsigned char
"ossl_asn1.c", line 373: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 798  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 390: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 820  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 407: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 748  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 435: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 836  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 705: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_asn1.c", line 727: warning: argument #1 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/asn1.h", line 892  argument : pointer to pointer to \
unsigned char "ossl_asn1.c", line 762: warning: argument #1 is incompatible with \
prototype:  prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"ossl_asn1.c", line 827: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_asn1.c", line 843: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_asn1.c", line 860: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_asn1.c", line 957: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "ossl.h", line 117
	argument : pointer to unsigned char
"ossl_asn1.c", line 979: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_bn.c", line 127: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/bn.h", line \
407  argument : pointer to char
"ossl_bn.c", line 132: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/bn.h", line \
405  argument : pointer to char
"ossl_bn.c", line 168: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/bn.h", line 408
	argument : pointer to char
"ossl_bn.c", line 174: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/bn.h", line 406
	argument : pointer to char
"ossl_bn.c", line 246: warning: syntax error:  empty declaration
"ossl_bn.c", line 247: warning: syntax error:  empty declaration
"ossl_bn.c", line 248: warning: syntax error:  empty declaration
"ossl_bn.c", line 267: warning: syntax error:  empty declaration
"ossl_bn.c", line 286: warning: syntax error:  empty declaration
"ossl_bn.c", line 287: warning: syntax error:  empty declaration
"ossl_bn.c", line 306: warning: syntax error:  empty declaration
"ossl_bn.c", line 307: warning: syntax error:  empty declaration
"ossl_bn.c", line 308: warning: syntax error:  empty declaration
"ossl_bn.c", line 309: warning: syntax error:  empty declaration
"ossl_bn.c", line 310: warning: syntax error:  empty declaration
"ossl_bn.c", line 311: warning: syntax error:  empty declaration
"ossl_bn.c", line 357: warning: syntax error:  empty declaration
"ossl_bn.c", line 358: warning: syntax error:  empty declaration
"ossl_bn.c", line 359: warning: syntax error:  empty declaration
"ossl_bn.c", line 360: warning: syntax error:  empty declaration
"ossl_bn.c", line 373: warning: syntax error:  empty declaration
"ossl_bn.c", line 374: warning: syntax error:  empty declaration
"ossl_bn.c", line 375: warning: syntax error:  empty declaration
"ossl_bn.c", line 410: warning: syntax error:  empty declaration
"ossl_bn.c", line 411: warning: syntax error:  empty declaration
"ossl_bn.c", line 439: warning: syntax error:  empty declaration
"ossl_bn.c", line 440: warning: syntax error:  empty declaration
"ossl_bn.c", line 458: warning: syntax error:  empty declaration
"ossl_bn.c", line 459: warning: syntax error:  empty declaration
"ossl_bn.c", line 503: warning: syntax error:  empty declaration
"ossl_bn.c", line 504: warning: syntax error:  empty declaration
"ossl_bn.c", line 532: warning: syntax error:  empty declaration
"ossl_bn.c", line 533: warning: syntax error:  empty declaration
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_cipher.c", line 185: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
519  argument : pointer to char
"ossl_cipher.c", line 226: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_cipher.c", line 232: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
519  argument : pointer to char
"ossl_cipher.c", line 255: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/evp.h", line 547
	argument : pointer to char
"ossl_cipher.c", line 255: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
547  argument : pointer to char
"ossl_cipher.c", line 283: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/evp.h", line 550
	argument : pointer to char
"ossl_cipher.c", line 313: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
544  argument : pointer to char
"ossl_cipher.c", line 330: warning: argument #5 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
544  argument : pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_config.c", line 274: warning: argument mismatch
"ossl_config.c", line 300: warning: syntax error:  empty declaration
"ossl_config.c", line 338: warning: syntax error:  empty declaration
"ossl_config.c", line 382: warning: syntax error:  empty declaration
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_digest.c", line 156: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/evp.h", line 507
	argument : pointer to char
"ossl_digest.c", line 156: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/evp.h", line 507
	argument : pointer to int
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_hmac.c", line 97: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/hmac.h", line \
97  argument : pointer to char
"ossl_hmac.c", line 115: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/hmac.h", line 98
	argument : pointer to char
"ossl_hmac.c", line 115: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/hmac.h", line 98
	argument : pointer to int
"ossl_hmac.c", line 163: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/hmac.h", line \
99  argument : pointer to char
"ossl_hmac.c", line 163: warning: argument #7 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/hmac.h", line 99
	argument : pointer to int
"ossl_hmac.c", line 163: warning: assignment type mismatch:
	pointer to char "=" pointer to unsigned char
"ossl_hmac.c", line 179: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/hmac.h", line \
99  argument : pointer to char
"ossl_hmac.c", line 179: warning: argument #7 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/hmac.h", line 99
	argument : pointer to int
"ossl_hmac.c", line 179: warning: assignment type mismatch:
	pointer to char "=" pointer to unsigned char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_ns_spki.c", line 66: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_ns_spki.c", line 67: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/x509.h", line 960  argument : pointer to pointer to \
unsigned char "ossl_ns_spki.c", line 89: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_ns_spki.c", line 170: warning: argument mismatch
"ossl_ns_spki.c", line 175: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_ocsp.c", line 114: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/ocsp.h", line 536  argument : pointer to pointer to \
unsigned char "ossl_ocsp.c", line 137: warning: argument #2 is incompatible with \
prototype:  prototype: pointer to unsigned char : "/opt/csw/include/openssl/ocsp.h", \
line 410  argument : pointer to char
"ossl_ocsp.c", line 268: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_ocsp.c", line 319: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_ocsp.c", line 321: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/ocsp.h", line 532  argument : pointer to pointer to \
unsigned char "ossl_ocsp.c", line 380: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_ocsp.c", line 439: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/ocsp.h", line 411
	argument : pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkcs12.c", line 132: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkcs7.c", line 90: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(pointer to pointer to void, pointer to pointer to \
const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_pkcs7.c", line 103: warning: argument #2 is \
incompatible with prototype:  prototype: pointer to function(pointer to pointer to \
void, pointer to pointer to const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_pkcs7.c", line 116: warning: argument #2 is \
incompatible with prototype:  prototype: pointer to function(pointer to pointer to \
void, pointer to pointer to const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_pkcs7.c", line 129: warning: argument #2 is \
incompatible with prototype:  prototype: pointer to function(pointer to pointer to \
void, pointer to pointer to const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_pkcs7.c", line 472: warning: argument mismatch
"ossl_pkcs7.c", line 752: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkey.c", line 174: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/evp.h", line 552
	argument : pointer to char
"ossl_pkey.c", line 174: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/evp.h", line 552
	argument : pointer to int
"ossl_pkey.c", line 194: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/evp.h", line \
555  argument : pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkey_dh.c", line 216: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_pkey_dh.c", line 338: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/dh.h", line 192
	argument : pointer to char
"ossl_pkey_dh.c", line 347: warning: syntax error:  empty declaration
"ossl_pkey_dh.c", line 348: warning: syntax error:  empty declaration
"ossl_pkey_dh.c", line 349: warning: syntax error:  empty declaration
"ossl_pkey_dh.c", line 350: warning: syntax error:  empty declaration
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkey_dsa.c", line 141: warning: argument #1 is incompatible with prototype:
	prototype: pointer to function(pointer to pointer to void, pointer to pointer to \
const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/pem.h", line 546  argument : pointer to function() \
returning pointer to char "ossl_pkey_dsa.c", line 141: warning: argument #4 is \
incompatible with prototype:  prototype: pointer to pointer to void : \
"/opt/csw/include/openssl/pem.h", line 546  argument : pointer to pointer to char
"ossl_pkey_dsa.c", line 244: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_pkey_dsa.c", line 313: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(pointer to pointer to void, pointer to pointer to \
const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_pkey_dsa.c", line 338: warning: argument #2 is \
incompatible with prototype:  prototype: pointer to const unsigned char : \
"/opt/csw/include/openssl/dsa.h", line 196  argument : pointer to char
"ossl_pkey_dsa.c", line 338: warning: argument #4 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/dsa.h", line 196
	argument : pointer to char
"ossl_pkey_dsa.c", line 338: warning: argument #5 is incompatible with prototype:
	prototype: pointer to unsigned int : "/opt/csw/include/openssl/dsa.h", line 196
	argument : pointer to int
"ossl_pkey_dsa.c", line 358: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/dsa.h", line \
198  argument : pointer to char
"ossl_pkey_dsa.c", line 358: warning: argument #4 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/dsa.h", line \
198  argument : pointer to char
"ossl_pkey_dsa.c", line 369: warning: syntax error:  empty declaration
"ossl_pkey_dsa.c", line 370: warning: syntax error:  empty declaration
"ossl_pkey_dsa.c", line 371: warning: syntax error:  empty declaration
"ossl_pkey_dsa.c", line 372: warning: syntax error:  empty declaration
"ossl_pkey_dsa.c", line 373: warning: syntax error:  empty declaration
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_pkey_rsa.c", line 239: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_pkey_rsa.c", line 263: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/rsa.h", line \
221  argument : pointer to char
"ossl_pkey_rsa.c", line 263: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rsa.h", line 221
	argument : pointer to char
"ossl_pkey_rsa.c", line 285: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/rsa.h", line \
225  argument : pointer to char
"ossl_pkey_rsa.c", line 285: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rsa.h", line 225
	argument : pointer to char
"ossl_pkey_rsa.c", line 310: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/rsa.h", line \
223  argument : pointer to char
"ossl_pkey_rsa.c", line 310: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rsa.h", line 223
	argument : pointer to char
"ossl_pkey_rsa.c", line 335: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/rsa.h", line \
227  argument : pointer to char
"ossl_pkey_rsa.c", line 335: warning: argument #3 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rsa.h", line 227
	argument : pointer to char
"ossl_pkey_rsa.c", line 445: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 446: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 447: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 448: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 449: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 450: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 451: warning: syntax error:  empty declaration
"ossl_pkey_rsa.c", line 452: warning: syntax error:  empty declaration
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_rand.c", line 66: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rand.h", line 102
	argument : pointer to char
"ossl_rand.c", line 79: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "/opt/csw/include/openssl/rand.h", line 103
	argument : pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_ssl.c", line 401: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/opt/csw/include/openssl/ssl.h", line \
1347  argument : pointer to char
"ossl_ssl.c", line 936: warning: integer overflow detected: op "<<"
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509attr.c", line 98: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509attr.c", line 100: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/x509.h", line 913  argument : pointer to pointer to \
unsigned char "ossl_x509attr.c", line 195: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509attr.c", line 203: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509attr.c", line 225: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509cert.c", line 184: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509crl.c", line 267: warning: argument mismatch
"ossl_x509crl.c", line 440: warning: argument mismatch
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509ext.c", line 283: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509ext.c", line 285: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/x509.h", line 916  argument : pointer to pointer to \
unsigned char "ossl_x509ext.c", line 412: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509name.c", line 134: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509name.c", line 135: warning: argument #2 is incompatible with prototype:
	prototype: pointer to pointer to const unsigned char : \
"/opt/csw/include/openssl/x509.h", line 920  argument : pointer to pointer to \
unsigned char "ossl_x509name.c", line 156: warning: argument #4 is incompatible with \
prototype:  prototype: pointer to const unsigned char : \
"/opt/csw/include/openssl/x509.h", line 1103  argument : pointer to char
"ossl_x509name.c", line 215: warning: argument mismatch
"ossl_x509name.c", line 228: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"ossl_x509name.c", line 294: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509req.c", line 174: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"ossl_x509req.c", line 385: warning: argument mismatch
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509revoked.c", line 48: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(pointer to pointer to void, pointer to pointer to \
const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_x509revoked.c", line 64: warning: argument #2 is \
incompatible with prototype:  prototype: pointer to function(pointer to pointer to \
void, pointer to pointer to const unsigned char, long) returning pointer to void : \
"/opt/csw/include/openssl/asn1.h", line 902  argument : pointer to function() \
returning pointer to char "ossl_x509revoked.c", line 154: warning: argument mismatch
"../../config.h", line 17: warning: macro redefined: _FILE_OFFSET_BITS
"ossl_x509store.c", line 426: warning: argument mismatch
"pty.c", line 286: warning: argument #1 is incompatible with prototype:
	prototype: pointer to function(unsigned long) returning unsigned long : \
"../../intern.h", line 187  argument : pointer to function(pointer to struct \
exec_info {int argc, pointer to unsigned long argv}) returning unsigned long \
"socket.c", line 1022: warning: statement not reached "socket.c", line 1592: warning: \
argument #1 is incompatible with prototype:  prototype: pointer to function(unsigned \
long) returning unsigned long : "../../intern.h", line 187  argument : pointer to \
function(pointer to struct unixsock_arg {pointer to struct sockaddr_un {..} sockaddr, \
int fd}) returning unsigned long "<stdout>", line 169: warning: statement not reached
"<stdout>", line 238: warning: statement not reached
"<stdout>", line 547: warning: statement not reached
"<stdout>", line 919: warning: statement not reached
"<stdout>", line 973: warning: statement not reached
"<stdout>", line 1117: warning: statement not reached
"<stdout>", line 59: warning: statement not reached
"<stdout>", line 1624: warning: statement not reached
"rubyext.c", line 698: warning: implicit function declaration: \
syck_parser_set_input_type "<stdout>", line 311: warning: statement not reached
"token.re", line 353: warning: statement not reached
"<stdout>", line 522: warning: statement not reached
"<stdout>", line 1121: warning: statement not reached
"<stdout>", line 1513: warning: statement not reached
"<stdout>", line 1751: warning: statement not reached
"<stdout>", line 1905: warning: statement not reached
"<stdout>", line 2156: warning: statement not reached
"<stdout>", line 2382: warning: statement not reached
"token.re", line 1078: warning: statement not reached
"<stdout>", line 2611: warning: statement not reached
"zlib.c", line 297: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "zlib.c", line 272
	argument : pointer to char
"zlib.c", line 450: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 469: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 482: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 488: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 503: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 523: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 567: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 718: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 722: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 596
	argument : pointer to unsigned char
"zlib.c", line 723: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 754: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 596
	argument : pointer to unsigned char
"zlib.c", line 767: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 596
	argument : pointer to unsigned char
"zlib.c", line 782: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"zlib.c", line 788: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 596
	argument : pointer to unsigned char
"zlib.c", line 793: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"zlib.c", line 804: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 596
	argument : pointer to unsigned char
"zlib.c", line 808: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "../../intern.h", line 395
	argument : pointer to unsigned char
"zlib.c", line 972: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1205: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1265: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1270: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1344: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1405: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/usr/include/zlib.h", line 444
	argument : pointer to char
"zlib.c", line 1470: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1471: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1522: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1527: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 1623: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 774
	argument : pointer to char
"zlib.c", line 1667: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/usr/include/zlib.h", line 553
	argument : pointer to char
"zlib.c", line 1961: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 495
	argument : pointer to unsigned char
"zlib.c", line 1983: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "zlib.c", line 495
	argument : pointer to unsigned char
"zlib.c", line 1999: warning: assignment type mismatch:
	pointer to const unsigned char "=" pointer to char
"zlib.c", line 2037: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const unsigned char : "zlib.c", line 1899
	argument : pointer to char
"zlib.c", line 2075: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const unsigned char : "zlib.c", line 1909
	argument : pointer to char
"zlib.c", line 2076: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const unsigned char : "zlib.c", line 1909
	argument : pointer to char
"zlib.c", line 2123: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 2140: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const unsigned char : "/usr/include/zlib.h", line 838
	argument : pointer to char
"zlib.c", line 2215: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 2762: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 708
	argument : pointer to char
"zlib.c", line 2784: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 2091
	argument : pointer to char
"zlib.c", line 2798: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "zlib.c", line 2091
	argument : pointer to char
make: Warning: Illegal dependency list for target `.DEFAULT'
Current working directory /export/home/djberge/local/src/ruby/ruby



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic