Warnings in OpenModelica
What is the problem?
- 34 Warnings are raised of type
OpenModelica (64-bit) only supports 63-bit signed integers!
(In HVACAgentBasedControl or DataBase packages) - 1 Warning is raised of type
Lexer treating \ as \\, since \h is not a valid Modelica escape sequence.
Why do we want to solve it?
- To achieve compatibility with OM
Tested with OM v1.11.0 (64-bit).
If using the development, replace AixLib\Fluid\HeatExchangers\Radiators\BaseClasses\package.order
with the one from current master.
Here the full message log:
[1] 13:02:05 Syntax Warnung
[D:/04_Git/AixLib_branches/AixLib/AixLib/Controls/HVACAgentBasedControl/Agents/RoomAgent.mo: 72:9-72:21]: OpenModelica (64-bit) only supports 63-bit signed integers! Transforming: 100000000000 into a real
...
[24] 13:02:05 Syntax Warnung
[D:/04_Git/AixLib_branches/AixLib/AixLib/DataBase/Boiler/General/Boiler_Vitogas200F_42kW.mo: 6:18-6:28]: OpenModelica (64-bit) only supports 63-bit signed integers! Transforming: 4009000000 into a real
...
[35] 13:02:05 Syntax Warnung
[D:/04_Git/AixLib_branches/AixLib/AixLib/Utilities/Communication/SocketCommunication/Functions/TCP/package.mo: 6:36-6:489]: Lexer treating \ as \\, since \h is not a valid Modelica escape sequence.