Hi all,

This is on the TestDrive machine (SPE180):

CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE DOIO.C

                if (UNLINK(s))
....................^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value"(s)" is const, but the referenced type of the target of this assignment 
is not.
at line number 1811 in file USER1:[ABELTJE.PERL-CURRENT]DOIO.C;1

                    if (UNLINK(s))
........................^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value"(s)" is const, but the referenced type of the target of this assignment 
is not.
at line number 1818 in file USER1:[ABELTJE.PERL-CURRENT]DOIO.C;1
%MMS-F-ABORT, For target DOIO.OBJ, CLI returned abort status: %X10B91260.


running with MMS/IGNORE=WARNING yields more:

CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE MG.C

            char pathbuf[256], eltbuf[256], *cp, *elt = s;
........................................................^
%CC-W-NOTCONSTQUAL, In the initializer for elt, the referenced type of the 
pointer value "s" is const, but the referenced type of the target of this 
assignmentis not.
at line number 979 in file USER1:[ABELTJE.PERL-CURRENT]MG.C;1


CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE PP_CTL.C

        if ((unixname = tounixspec(name, Nullch)) != Nullch)
...................................^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "name" is const, but the referenced type of the target of this 
assignment is not.
at line number 3126 in file USER1:[ABELTJE.PERL-CURRENT]PP_CTL.C;1

                    if ((unixdir = tounixpath(dir, Nullch)) == Nullch)
..............................................^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "dir" is const, but the referenced type of the target of this 
assignment is not.
at line number 3263 in file USER1:[ABELTJE.PERL-CURRENT]PP_CTL.C;1



CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE PP_SYS.C

    PUSHi( PerlDir_chdir(tmps) >= 0 );
....^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "((tmps))" is const, but the referenced type of the target of this 
assignment is not.
at line number 3573 in file USER1:[ABELTJE.PERL-CURRENT]PP_SYS.C;1

    SETi( PerlDir_mkdir(tmps, mode) >= 0 );
....^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "((tmps))" is const, but the referenced type of the target of this 
assignment is not.
at line number 3844 in file USER1:[ABELTJE.PERL-CURRENT]PP_SYS.C;1

    SETi( PerlDir_rmdir(tmps) >= 0 );
....^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "(tmps)" is const, but the referenced type of the target of this 
assignment is not.
at line number 3866 in file USER1:[ABELTJE.PERL-CURRENT]PP_SYS.C;1
    if (!(IoDIRP(io) = PerlDir_open(dirname)))
.......................^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer 
value "(dirname)" is const, but the referenced type of the target of this 
assignment is not.
at line number 3890 in file USER1:[ABELTJE.PERL-CURRENT]PP_SYS.C;1



Good luck,

Abe
-- 
Benjamin Goldberg> chr(0x20_0000+number) has that property, 
Benjamin Goldberg> unless space aliens land on earth.

These are the kinds of statements that make the snowballs in hell look
expectantly at the thermometer.  Or, in this case, the aliens look at
their calendar whether they can fit in an invasion.
                                   -- Jarkko Hietaniemi on p5p @ 2002-02-03

Reply via email to