mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:40:37 +02:00
* kill warnings about non-longint code parameters with val()
which popped up again after yesterday's patches to the potential range error warnings git-svn-id: trunk@2508 -
This commit is contained in:
parent
e422ddbca3
commit
cd70b38e8b
@ -1060,7 +1060,8 @@ implementation
|
||||
if assigned(orgcode) then
|
||||
addstatement(newstatement,cassignmentnode.create(
|
||||
orgcode,
|
||||
ctemprefnode.create(tempcode)));
|
||||
ctypeconvnode.create_internal(
|
||||
ctemprefnode.create(tempcode),orgcode.resulttype)));
|
||||
|
||||
{ release the temp if we allocated one }
|
||||
if assigned(tempcode) then
|
||||
|
Loading…
Reference in New Issue
Block a user