Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.2.1
-
None
-
aCC: HP ANSI C++ B3910B A.03.73
-
Regression
-
Compiler Warning
Description
The following (complete useless) warning is pervasive in stdcxx 4.2.1 builds with aCC 3:
aCC -c -mt -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +DD64 +w +W392,655,684,818,819,849 +Z $(TOPDIR)/src/ctype.cpp Warning (suggestion) 887: "$(TOPDIR)/include/loc/_ctype.h", line 544 # Type 'unsigned int' is smaller than type 'unsigned long', unwanted widening in value may result. const _RWSTD_SIZE_T __inx = _RWSTD_STATIC_CAST (_RWSTD_UWCHAR_INT_T, __c); ^^^^^^^^^^^^^^^^^^