PN5_50480


Patch Number

Ticket Number

Change type

5_50480

703866

Patch

1. Description

Compiler error on AIX: 1506-280 (W) Function argument assignment between types "const unsigned int*" and "const int*" is not allowed.

2. Previous Release Behavior

Compiling any program would result in the above error message.

jsh home ~ -->edit bp hi.b
hi.b
TOP
.p
TOP
001     CRT 'hi'
BOTTOM
.ex
Record 'hi.b' exited from file 'bp'
jsh home ~ -->basic bp hi.b
hi.b
"hi.b", line 8.36: 1506-280 (W) Function argument assignment between types "const unsigned int*" and "const int*" is not allowed.
Source file hi.b compiled successfully
jsh home ~ -->

3. Current Release Behavior

jsh home ~ -->basic bp hi.b
hi.b
Source file hi.b compiled successfully
jsh home ~ -->