C:\Users\XXXXXX\Documents\Projects\test>docker build -t fdamador/forte:alpine -f Dockerfile . Sending build context to Docker daemon 40.78MB Step 1/4 : FROM alpine:edge ---> 9d1f27787d39 Step 2/4 : RUN apk add --no-cache git bash cmake gcc make g++ openssl1.0-dev && git clone -b master https://github.com/eclipse/paho.mqtt.c.git paho && cd paho && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_SAMPLES=TRUE .. && make install && make clean && cd ../.. && rm -rf paho && apk add --no-cache python py-pip py-six && git clone -b 0.3 https://github.com/open62541/open62541.git open62541 && cd open62541 && cmake -DUA_ENABLE_AMALGAMATION=true -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=true . && make install && make clean && cd .. && rm -rf open62541 && apk add --no-cache autoconf libtool automake linux-headers && git clone git://github.com/stephane/libmodbus modbus && cd modbus && bash ./autogen.sh && bash ./configure && make install && make clean && cd .. && rm -rf modbus && git clone -b develop https://git.eclipse.org/r/4diac/org.eclipse.4diac.forte forte && cd forte && chmod +x setup_posix.sh && bash ./setup_posix.sh && cd bin/posix && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFORTE_COM_LOCAL=ON -DFORTE_TESTS=OFF -DFORTE_MODULE_CONVERT=ON -DFORTE_MODULE_UTILS=ON -DFORTE_ARCHITECTURE=Posix -DFORTE_COM_ETH=ON -DFORTE_MODULE_IEC61131=ON -DFORTE_COM_OPC_UA=ON -DFORTE_COM_OPC_UA_INCLUDE_DIR=/usr/local/include/open62541 -DFORTE_COM_OPC_UA_LIB_DIR=/usr/local/lib -DFORTE_COM_OPC_UA_LIB=libopen62541.so -FORTE_COM_OPC_UA_VERSION=0.3 -FORTE_COM_MODBUS_INCLUDE_DIR=/usr/local/include/modbus -FORTE_COM_MODBUS_LIB_DIR=/usr/local/lib -FORTE_COM_PHAOMQTT_INCLUDE_DIR=/usr/local/include -FORTE_COM_PHAOMQTT_INCLUDE_LIB=/usr/local/lib64 -FORTE_COM_PHAOMQTT_INCLUDE_LIB_DIR=/usr/local/lib ../../ && make install && cd .. && rm -rf forte && apk del git libtool bash cmake gcc make g++ autoconf automake python py-pip py-six && rm -rf /var/cache/apk/* && apk add libstdc++ ---> Running in dbefbc8139b9 fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/41) Installing ncurses-terminfo-base (6.1-r0) (2/41) Installing ncurses-terminfo (6.1-r0) (3/41) Installing ncurses-libs (6.1-r0) (4/41) Installing readline (7.0.003-r0) (5/41) Installing bash (4.4.19-r1) Executing bash-4.4.19-r1.post-install (6/41) Installing libattr (2.4.47-r7) (7/41) Installing libacl (2.2.52-r5) (8/41) Installing libbz2 (1.0.6-r6) (9/41) Installing expat (2.2.5-r0) (10/41) Installing lz4-libs (1.8.2-r0) (11/41) Installing xz-libs (5.2.4-r0) (12/41) Installing libarchive (3.3.2-r3) (13/41) Installing ca-certificates (20171114-r4) (14/41) Installing nghttp2-libs (1.32.0-r0) (15/41) Installing libssh2 (1.8.0-r3) (16/41) Installing libcurl (7.61.0-r0) (17/41) Installing libgcc (6.4.0-r8) (18/41) Installing rhash-libs (1.3.6-r1) (19/41) Installing libstdc++ (6.4.0-r8) (20/41) Installing libuv (1.21.0-r0) (21/41) Installing cmake (3.11.4-r1) (22/41) Installing cmake-bash-completion (3.11.4-r1) (23/41) Installing binutils (2.30-r5) (24/41) Installing gmp (6.1.2-r1) (25/41) Installing isl (0.18-r0) (26/41) Installing libgomp (6.4.0-r8) (27/41) Installing libatomic (6.4.0-r8) (28/41) Installing pkgconf (1.5.1-r0) (29/41) Installing mpfr3 (3.1.5-r1) (30/41) Installing mpc1 (1.0.3-r1) (31/41) Installing gcc (6.4.0-r8) (32/41) Installing musl-dev (1.1.19-r10) (33/41) Installing libc-dev (0.7.1-r0) (34/41) Installing g++ (6.4.0-r8) (35/41) Installing pcre2 (10.31-r0) (36/41) Installing git (2.18.0-r0) (37/41) Installing make (4.2.1-r2) (38/41) Installing zlib-dev (1.2.11-r1) (39/41) Installing libcrypto1.0 (1.0.2o-r2) (40/41) Installing libssl1.0 (1.0.2o-r2) (41/41) Installing openssl1.0-dev (1.0.2o-r2) Executing busybox-1.28.4-r0.trigger Executing ca-certificates-20171114-r4.trigger OK: 233 MiB in 54 packages Cloning into 'paho'... -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- CMake version: 3.11.4 -- CMake system name: Linux -- Timestamp is 2018-07-17T06:41:22Z -- OpenSSL hints: -- OpenSSL headers found at /usr/include -- OpenSSL library found at /usr/lib/libssl.so -- OpenSSL Crypto library found at /usr/lib/libcrypto.so -- OpenSSL hints: -- OpenSSL headers found at /usr/include -- Configuring done -- Generating done -- Build files have been written to: /paho/build Scanning dependencies of target common_ssl_obj [ 1%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o [ 2%] Building C object src/CMakeFiles/common_ssl_obj.dir/Clients.c.o [ 3%] Building C object src/CMakeFiles/common_ssl_obj.dir/utf-8.c.o [ 4%] Building C object src/CMakeFiles/common_ssl_obj.dir/StackTrace.c.o /paho/src/StackTrace.c: In function 'StackTrace_entry': /paho/src/StackTrace.c:110:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 9, (int)cur_thread->id, cur_thread->current_depth, name, line, NULL); ^ /paho/src/StackTrace.c: In function 'StackTrace_exit': /paho/src/StackTrace.c:134:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 10, (int)cur_thread->id, cur_thread->current_depth, name, line, NULL); ^ /paho/src/StackTrace.c:136:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 11, (int)cur_thread->id, cur_thread->current_depth, name, line, (int*)rc); ^ [ 5%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o [ 6%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o [ 7%] Building C object src/CMakeFiles/common_ssl_obj.dir/Messages.c.o [ 8%] Building C object src/CMakeFiles/common_ssl_obj.dir/Tree.c.o [ 8%] Building C object src/CMakeFiles/common_ssl_obj.dir/Socket.c.o [ 9%] Building C object src/CMakeFiles/common_ssl_obj.dir/Log.c.o [ 10%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o [ 11%] Building C object src/CMakeFiles/common_ssl_obj.dir/Thread.c.o [ 12%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o [ 13%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o [ 15%] Building C object src/CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o [ 16%] Building C object src/CMakeFiles/common_ssl_obj.dir/Heap.c.o [ 17%] Building C object src/CMakeFiles/common_ssl_obj.dir/LinkedList.c.o [ 18%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o [ 18%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o [ 19%] Building C object src/CMakeFiles/common_ssl_obj.dir/Base64.c.o [ 20%] Building C object src/CMakeFiles/common_ssl_obj.dir/SHA1.c.o [ 21%] Building C object src/CMakeFiles/common_ssl_obj.dir/WebSocket.c.o [ 21%] Built target common_ssl_obj Scanning dependencies of target common_obj [ 21%] Building C object src/CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o [ 22%] Building C object src/CMakeFiles/common_obj.dir/Clients.c.o [ 23%] Building C object src/CMakeFiles/common_obj.dir/utf-8.c.o [ 24%] Building C object src/CMakeFiles/common_obj.dir/StackTrace.c.o /paho/src/StackTrace.c: In function 'StackTrace_entry': /paho/src/StackTrace.c:110:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 9, (int)cur_thread->id, cur_thread->current_depth, name, line, NULL); ^ /paho/src/StackTrace.c: In function 'StackTrace_exit': /paho/src/StackTrace.c:134:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 10, (int)cur_thread->id, cur_thread->current_depth, name, line, NULL); ^ /paho/src/StackTrace.c:136:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Log_stackTrace(trace_level, 11, (int)cur_thread->id, cur_thread->current_depth, name, line, (int*)rc); ^ [ 25%] Building C object src/CMakeFiles/common_obj.dir/MQTTPacket.c.o [ 26%] Building C object src/CMakeFiles/common_obj.dir/MQTTPacketOut.c.o [ 27%] Building C object src/CMakeFiles/common_obj.dir/Messages.c.o [ 29%] Building C object src/CMakeFiles/common_obj.dir/Tree.c.o [ 30%] Building C object src/CMakeFiles/common_obj.dir/Socket.c.o [ 31%] Building C object src/CMakeFiles/common_obj.dir/Log.c.o [ 31%] Building C object src/CMakeFiles/common_obj.dir/MQTTPersistence.c.o [ 32%] Building C object src/CMakeFiles/common_obj.dir/Thread.c.o [ 33%] Building C object src/CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o [ 34%] Building C object src/CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o [ 35%] Building C object src/CMakeFiles/common_obj.dir/SocketBuffer.c.o [ 36%] Building C object src/CMakeFiles/common_obj.dir/Heap.c.o [ 37%] Building C object src/CMakeFiles/common_obj.dir/LinkedList.c.o [ 38%] Building C object src/CMakeFiles/common_obj.dir/MQTTProperties.c.o [ 39%] Building C object src/CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o [ 40%] Building C object src/CMakeFiles/common_obj.dir/Base64.c.o [ 40%] Building C object src/CMakeFiles/common_obj.dir/SHA1.c.o [ 41%] Building C object src/CMakeFiles/common_obj.dir/WebSocket.c.o [ 41%] Built target common_obj Scanning dependencies of target paho-mqtt3c [ 43%] Building C object src/CMakeFiles/paho-mqtt3c.dir/MQTTClient.c.o [ 43%] Linking C shared library libpaho-mqtt3c.so [ 43%] Built target paho-mqtt3c Scanning dependencies of target paho-mqtt3cs [ 44%] Building C object src/CMakeFiles/paho-mqtt3cs.dir/MQTTClient.c.o [ 45%] Building C object src/CMakeFiles/paho-mqtt3cs.dir/SSLSocket.c.o [ 46%] Linking C shared library libpaho-mqtt3cs.so [ 46%] Built target paho-mqtt3cs Scanning dependencies of target paho-mqtt3a [ 47%] Building C object src/CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o [ 48%] Linking C shared library libpaho-mqtt3a.so [ 48%] Built target paho-mqtt3a Scanning dependencies of target paho-mqtt3as [ 49%] Building C object src/CMakeFiles/paho-mqtt3as.dir/MQTTAsync.c.o [ 50%] Building C object src/CMakeFiles/paho-mqtt3as.dir/SSLSocket.c.o [ 51%] Linking C shared library libpaho-mqtt3as.so [ 51%] Built target paho-mqtt3as Scanning dependencies of target MQTTVersion [ 52%] Building C object src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o [ 53%] Linking C executable MQTTVersion [ 53%] Built target MQTTVersion Scanning dependencies of target paho_cs_sub [ 53%] Building C object src/samples/CMakeFiles/paho_cs_sub.dir/paho_cs_sub.c.o [ 54%] Linking C executable paho_cs_sub [ 54%] Built target paho_cs_sub Scanning dependencies of target paho_cs_pub [ 55%] Building C object src/samples/CMakeFiles/paho_cs_pub.dir/paho_cs_pub.c.o [ 56%] Linking C executable paho_cs_pub [ 56%] Built target paho_cs_pub Scanning dependencies of target paho_c_sub [ 58%] Building C object src/samples/CMakeFiles/paho_c_sub.dir/paho_c_sub.c.o [ 59%] Linking C executable paho_c_sub [ 59%] Built target paho_c_sub Scanning dependencies of target MQTTAsync_subscribe [ 60%] Building C object src/samples/CMakeFiles/MQTTAsync_subscribe.dir/MQTTAsync_subscribe.c.o [ 61%] Linking C executable MQTTAsync_subscribe [ 61%] Built target MQTTAsync_subscribe Scanning dependencies of target MQTTClient_subscribe [ 62%] Building C object src/samples/CMakeFiles/MQTTClient_subscribe.dir/MQTTClient_subscribe.c.o [ 63%] Linking C executable MQTTClient_subscribe [ 63%] Built target MQTTClient_subscribe Scanning dependencies of target paho_c_pub [ 64%] Building C object src/samples/CMakeFiles/paho_c_pub.dir/paho_c_pub.c.o [ 65%] Linking C executable paho_c_pub [ 65%] Built target paho_c_pub Scanning dependencies of target MQTTClient_publish [ 66%] Building C object src/samples/CMakeFiles/MQTTClient_publish.dir/MQTTClient_publish.c.o [ 67%] Linking C executable MQTTClient_publish [ 67%] Built target MQTTClient_publish Scanning dependencies of target MQTTAsync_publish [ 68%] Building C object src/samples/CMakeFiles/MQTTAsync_publish.dir/MQTTAsync_publish.c.o [ 69%] Linking C executable MQTTAsync_publish [ 69%] Built target MQTTAsync_publish Scanning dependencies of target MQTTClient_publish_async [ 69%] Building C object src/samples/CMakeFiles/MQTTClient_publish_async.dir/MQTTClient_publish_async.c.o [ 70%] Linking C executable MQTTClient_publish_async [ 70%] Built target MQTTClient_publish_async Scanning dependencies of target test45 [ 72%] Building C object test/CMakeFiles/test45.dir/test45.c.o [ 73%] Linking C executable test45 [ 73%] Built target test45 Scanning dependencies of target test8 [ 74%] Building C object test/CMakeFiles/test8.dir/test8.c.o [ 75%] Linking C executable test8 [ 75%] Built target test8 Scanning dependencies of target test4 [ 76%] Building C object test/CMakeFiles/test4.dir/test4.c.o [ 77%] Linking C executable test4 [ 77%] Built target test4 Scanning dependencies of target test3 [ 78%] Building C object test/CMakeFiles/test3.dir/test3.c.o [ 79%] Linking C executable test3 [ 79%] Built target test3 Scanning dependencies of target test5 [ 80%] Building C object test/CMakeFiles/test5.dir/test5.c.o [ 81%] Linking C executable test5 [ 81%] Built target test5 Scanning dependencies of target test10 [ 82%] Building C object test/CMakeFiles/test10.dir/test10.c.o [ 83%] Linking C executable test10 [ 83%] Built target test10 Scanning dependencies of target test15 [ 84%] Building C object test/CMakeFiles/test15.dir/test15.c.o [ 86%] Linking C executable test15 [ 86%] Built target test15 Scanning dependencies of target test1 [ 87%] Building C object test/CMakeFiles/test1.dir/test1.c.o [ 88%] Linking C executable test1 [ 88%] Built target test1 Scanning dependencies of target test6 [ 88%] Building C object test/CMakeFiles/test6.dir/test6.c.o [ 89%] Linking C executable test6 [ 89%] Built target test6 Scanning dependencies of target test2 [ 89%] Building C object test/CMakeFiles/test2.dir/test2.c.o [ 90%] Linking C executable test2 [ 90%] Built target test2 Scanning dependencies of target test_issue373 [ 91%] Building C object test/CMakeFiles/test_issue373.dir/test_issue373.c.o [ 92%] Linking C executable test_issue373 [ 92%] Built target test_issue373 Scanning dependencies of target test9 [ 93%] Building C object test/CMakeFiles/test9.dir/test9.c.o [ 94%] Linking C executable test9 [ 94%] Built target test9 Scanning dependencies of target test11 [ 95%] Building C object test/CMakeFiles/test11.dir/test11.c.o [ 96%] Linking C executable test11 [ 96%] Built target test11 Scanning dependencies of target thread [ 97%] Building C object test/CMakeFiles/thread.dir/thread.c.o [ 98%] Building C object test/CMakeFiles/thread.dir/__/src/Thread.c.o [100%] Linking C executable thread [100%] Built target thread Install the project... -- Install configuration: "Debug" -- Installing: /usr/local/samples/MQTTAsync_publish.c -- Installing: /usr/local/samples/MQTTAsync_subscribe.c -- Installing: /usr/local/samples/MQTTClient_publish.c -- Installing: /usr/local/samples/MQTTClient_publish_async.c -- Installing: /usr/local/samples/MQTTClient_subscribe.c -- Installing: /usr/local/samples/paho_c_pub.c -- Installing: /usr/local/samples/paho_c_sub.c -- Installing: /usr/local/samples/paho_cs_pub.c -- Installing: /usr/local/samples/paho_cs_sub.c -- Installing: /usr/local/./CONTRIBUTING.md -- Installing: /usr/local/./epl-v10 -- Installing: /usr/local/./edl-v10 -- Installing: /usr/local/./README.md -- Installing: /usr/local/./notice.html -- Installing: /usr/local/lib64/libpaho-mqtt3c.so.1.2.1 -- Installing: /usr/local/lib64/libpaho-mqtt3c.so.1 -- Installing: /usr/local/lib64/libpaho-mqtt3c.so -- Installing: /usr/local/lib64/libpaho-mqtt3a.so.1.2.1 -- Installing: /usr/local/lib64/libpaho-mqtt3a.so.1 -- Installing: /usr/local/lib64/libpaho-mqtt3a.so -- Installing: /usr/local/bin/MQTTVersion -- Set runtime path of "/usr/local/bin/MQTTVersion" to "" -- Installing: /usr/local/include/MQTTAsync.h -- Installing: /usr/local/include/MQTTClient.h -- Installing: /usr/local/include/MQTTClientPersistence.h -- Installing: /usr/local/include/MQTTProperties.h -- Installing: /usr/local/include/MQTTReasonCodes.h -- Installing: /usr/local/include/MQTTSubscribeOpts.h -- Installing: /usr/local/lib64/libpaho-mqtt3cs.so.1.2.1 -- Installing: /usr/local/lib64/libpaho-mqtt3cs.so.1 -- Installing: /usr/local/lib64/libpaho-mqtt3cs.so -- Installing: /usr/local/lib64/libpaho-mqtt3as.so.1.2.1 -- Installing: /usr/local/lib64/libpaho-mqtt3as.so.1 -- Installing: /usr/local/lib64/libpaho-mqtt3as.so -- Installing: /usr/local/bin/paho_c_sub -- Set runtime path of "/usr/local/bin/paho_c_sub" to "" -- Installing: /usr/local/bin/paho_c_pub -- Set runtime path of "/usr/local/bin/paho_c_pub" to "" -- Installing: /usr/local/bin/paho_cs_sub -- Set runtime path of "/usr/local/bin/paho_cs_sub" to "" -- Installing: /usr/local/bin/paho_cs_pub -- Set runtime path of "/usr/local/bin/paho_cs_pub" to "" -- Installing: /usr/local/bin/MQTTAsync_subscribe -- Set runtime path of "/usr/local/bin/MQTTAsync_subscribe" to "" -- Installing: /usr/local/bin/MQTTAsync_publish -- Set runtime path of "/usr/local/bin/MQTTAsync_publish" to "" -- Installing: /usr/local/bin/MQTTClient_subscribe -- Set runtime path of "/usr/local/bin/MQTTClient_subscribe" to "" -- Installing: /usr/local/bin/MQTTClient_publish -- Set runtime path of "/usr/local/bin/MQTTClient_publish" to "" -- Installing: /usr/local/bin/MQTTClient_publish_async -- Set runtime path of "/usr/local/bin/MQTTClient_publish_async" to "" fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/8) Installing libffi (3.2.1-r4) (2/8) Installing gdbm (1.13-r1) (3/8) Installing sqlite-libs (3.24.0-r0) (4/8) Installing python2 (2.7.15-r0) (5/8) Installing py-setuptools (39.1.0-r0) (6/8) Installing py2-pip (10.0.1-r0) (7/8) Installing py-six (1.11.0-r0) (8/8) Installing py2-six (1.11.0-r0) Executing busybox-1.28.4-r0.trigger OK: 284 MiB in 62 packages Cloning into 'open62541'... -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PythonInterp: /usr/bin/python (found version "2.7.15") -- Found Git: /usr/bin/git (found version "2.18.0") -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Configuring done -- Generating done -- Build files have been written to: /open62541 Scanning dependencies of target open62541-generator-namespace [ 5%] Generating src_generated/ua_namespace0.c, src_generated/ua_namespace0.h INFO:__main__:Preprocessing /open62541/tools/schema/Opc.Ua.NodeSet2.Minimal.xml INFO:__main__:Generating Code INFO:__main__:NodeSet generation code successfully printed [ 5%] Built target open62541-generator-namespace Scanning dependencies of target open62541-generator-types [ 10%] Generating src_generated/ua_types_generated.c, src_generated/ua_types_generated.h, src_generated/ua_types_generated_handling.h, src_generated/ua_types_generated_encoding_binary.h [ 10%] Built target open62541-generator-types Scanning dependencies of target open62541-amalgamation-header [ 15%] Generating open62541.h Starting amalgamating file /open62541/open62541.h Integrating file '/open62541/src_generated/ua_config.h'...done. Integrating file '/open62541/deps/ms_stdint.h'...done. Integrating file '/open62541/include/ua_constants.h'...done. Integrating file '/open62541/include/ua_types.h'...done. Integrating file '/open62541/src_generated/ua_types_generated.h'...done. Integrating file '/open62541/src_generated/ua_types_generated_handling.h'...done. Integrating file '/open62541/include/ua_server.h'...done. Integrating file '/open62541/include/ua_plugin_log.h'...done. Integrating file '/open62541/include/ua_plugin_network.h'...done. Integrating file '/open62541/include/ua_plugin_access_control.h'...done. Integrating file '/open62541/include/ua_plugin_pki.h'...done. Integrating file '/open62541/include/ua_plugin_securitypolicy.h'...done. Integrating file '/open62541/include/ua_plugin_nodestore.h'...done. Integrating file '/open62541/include/ua_server_config.h'...done. Integrating file '/open62541/include/ua_client_config.h'...done. Integrating file '/open62541/include/ua_client.h'...done. Integrating file '/open62541/include/ua_client_highlevel.h'...done. Integrating file '/open62541/include/ua_client_subscriptions.h'...done. Integrating file '/open62541/plugins/ua_network_tcp.h'...done. Integrating file '/open62541/plugins/ua_accesscontrol_default.h'...done. Integrating file '/open62541/plugins/ua_pki_certificate.h'...done. Integrating file '/open62541/plugins/ua_log_stdout.h'...done. Integrating file '/open62541/plugins/ua_nodestore_default.h'...done. Integrating file '/open62541/plugins/ua_config_default.h'...done. Integrating file '/open62541/plugins/ua_securitypolicy_none.h'...done. Integrating file '/open62541/plugins/ua_log_socket_error.h'...done. The size of /open62541/open62541.h is 579019 Bytes. [ 21%] Built target open62541-amalgamation-header Scanning dependencies of target open62541-generator-statuscode [ 26%] Generating src_generated/ua_statuscode_descriptions.c [ 26%] Built target open62541-generator-statuscode Scanning dependencies of target open62541-generator-transport [ 31%] Generating src_generated/ua_transport_generated.c, src_generated/ua_transport_generated.h, src_generated/ua_transport_generated_handling.h, src_generated/ua_transport_generated_encoding_binary.h [ 31%] Built target open62541-generator-transport Scanning dependencies of target open62541-amalgamation-source [ 36%] Generating open62541.c Starting amalgamating file /open62541/open62541.c Integrating file '/open62541/deps/queue.h'...done. Integrating file '/open62541/deps/pcg_basic.h'...done. Integrating file '/open62541/deps/libc_time.h'...done. Integrating file '/open62541/src/ua_util.h'...done. Integrating file '/open62541/src/ua_types_encoding_binary.h'...done. Integrating file '/open62541/src_generated/ua_types_generated_encoding_binary.h'...done. Integrating file '/open62541/src_generated/ua_transport_generated.h'...done. Integrating file '/open62541/src_generated/ua_transport_generated_handling.h'...done. Integrating file '/open62541/src_generated/ua_transport_generated_encoding_binary.h'...done. Integrating file '/open62541/src/ua_connection_internal.h'...done. Integrating file '/open62541/src/ua_securechannel.h'...done. Integrating file '/open62541/src/ua_timer.h'...done. Integrating file '/open62541/src/server/ua_session.h'...done. Integrating file '/open62541/src/server/ua_subscription.h'...done. Integrating file '/open62541/src/server/ua_session_manager.h'...done. Integrating file '/open62541/src/server/ua_securechannel_manager.h'...done. Integrating file '/open62541/src/server/ua_server_internal.h'...done. Integrating file '/open62541/src/server/ua_services.h'...done. Integrating file '/open62541/src_generated/ua_namespace0.h'...done. Integrating file '/open62541/src/client/ua_client_internal.h'...done. Integrating file '/open62541/src/ua_types.c'...done. Integrating file '/open62541/src/ua_types_encoding_binary.c'...done. Integrating file '/open62541/src_generated/ua_types_generated.c'...done. Integrating file '/open62541/src_generated/ua_transport_generated.c'...done. Integrating file '/open62541/src_generated/ua_statuscode_descriptions.c'...done. Integrating file '/open62541/src/ua_util.c'...done. Integrating file '/open62541/src/ua_timer.c'...done. Integrating file '/open62541/src/ua_connection.c'...done. Integrating file '/open62541/src/ua_securechannel.c'...done. Integrating file '/open62541/src/server/ua_session.c'...done. Integrating file '/open62541/src/server/ua_nodes.c'...done. Integrating file '/open62541/src/server/ua_server.c'...done. Integrating file '/open62541/src/server/ua_server_ns0.c'...done. Integrating file '/open62541/src_generated/ua_namespace0.c'...done. Integrating file '/open62541/src/server/ua_server_binary.c'...done. Integrating file '/open62541/src/server/ua_server_utils.c'...done. Integrating file '/open62541/src/server/ua_server_worker.c'...done. Integrating file '/open62541/src/server/ua_server_discovery.c'...done. Integrating file '/open62541/src/server/ua_securechannel_manager.c'...done. Integrating file '/open62541/src/server/ua_session_manager.c'...done. Integrating file '/open62541/src/server/ua_subscription.c'...done. Integrating file '/open62541/src/server/ua_subscription_datachange.c'...done. Integrating file '/open62541/src/server/ua_services_view.c'...done. Integrating file '/open62541/src/server/ua_services_call.c'...done. Integrating file '/open62541/src/server/ua_services_session.c'...done. Integrating file '/open62541/src/server/ua_services_attribute.c'...done. Integrating file '/open62541/src/server/ua_services_discovery.c'...done. Integrating file '/open62541/src/server/ua_services_subscription.c'...done. Integrating file '/open62541/src/server/ua_services_securechannel.c'...done. Integrating file '/open62541/src/server/ua_services_nodemanagement.c'...done. Integrating file '/open62541/src/server/ua_services_discovery_multicast.c'...done. Integrating file '/open62541/src/client/ua_client.c'...done. Integrating file '/open62541/src/client/ua_client_connect.c'...done. Integrating file '/open62541/src/client/ua_client_discovery.c'...done. Integrating file '/open62541/src/client/ua_client_highlevel.c'...done. Integrating file '/open62541/src/client/ua_client_subscriptions.c'...done. Integrating file '/open62541/src/client/ua_client_subscriptions_deprecated.c'...done. Integrating file '/open62541/deps/libc_time.c'...done. Integrating file '/open62541/deps/pcg_basic.c'...done. Integrating file '/open62541/plugins/ua_network_tcp.c'...done. Integrating file '/open62541/plugins/ua_clock.c'...done. Integrating file '/open62541/plugins/ua_log_stdout.c'...done. Integrating file '/open62541/plugins/ua_accesscontrol_default.c'...done. Integrating file '/open62541/plugins/ua_pki_certificate.c'...done. Integrating file '/open62541/plugins/ua_nodestore_default.c'...done. Integrating file '/open62541/plugins/ua_config_default.c'...done. Integrating file '/open62541/plugins/ua_securitypolicy_none.c'...done. The size of /open62541/open62541.c is 1672367 Bytes. [ 57%] Built target open62541-amalgamation-source Scanning dependencies of target open62541-object [ 63%] Building C object CMakeFiles/open62541-object.dir/open62541.c.o [ 94%] Built target open62541-object Scanning dependencies of target open62541 [100%] Linking C shared library bin/libopen62541.so [100%] Built target open62541 Install the project... -- Install configuration: "Debug" -- Installing: /usr/local/lib/libopen62541.so.0.3.0 -- Installing: /usr/local/lib/libopen62541.so.0 -- Installing: /usr/local/lib/libopen62541.so -- Installing: /usr/local/lib/cmake/open62541Targets.cmake -- Installing: /usr/local/lib/cmake/open62541Targets-debug.cmake -- Installing: /usr/local/lib/cmake/open62541-config.cmake -- Installing: /usr/local/lib/cmake/open62541ConfigVersion.cmake -- Installing: /usr/local/lib/pkgconfig/open62541.pc -- Installing: /usr/local/include/open62541/open62541.h -- Installing: /usr/local/include/open62541/deps -- Installing: /usr/local/include/open62541/deps/ms_stdint.h -- Installing: /usr/local/include/open62541/deps/libc_time.c -- Installing: /usr/local/include/open62541/deps/queue.h -- Installing: /usr/local/include/open62541/deps/mdnsd -- Installing: /usr/local/include/open62541/deps/libc_time.h -- Installing: /usr/local/include/open62541/deps/pcg_basic.c -- Installing: /usr/local/include/open62541/deps/ua-nodeset -- Installing: /usr/local/include/open62541/deps/pcg_basic.h -- Installing: /usr/local/share/open62541/tools -- Installing: /usr/local/share/open62541/tools/generate_datatypes.py -- Installing: /usr/local/share/open62541/tools/certs -- Installing: /usr/local/share/open62541/tools/certs/localhost.cnf -- Installing: /usr/local/share/open62541/tools/certs/create_self-signed.py -- Installing: /usr/local/share/open62541/tools/travis -- Installing: /usr/local/share/open62541/tools/travis/travis_osx_script.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_osx_before_install.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_linux_before_install.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_linux_script.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_push_release.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_push_doc.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_push_coverity.sh -- Installing: /usr/local/share/open62541/tools/travis/travis_linux_after_success.sh -- Installing: /usr/local/share/open62541/tools/generate_statuscode_descriptions.py -- Installing: /usr/local/share/open62541/tools/appveyor -- Installing: /usr/local/share/open62541/tools/appveyor/build.ps1 -- Installing: /usr/local/share/open62541/tools/appveyor/install.ps1 -- Installing: /usr/local/share/open62541/tools/c2rst.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodes.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/opaque_type_mapping.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/constants.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541_nodes.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_graphviz.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodeset_compiler.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/NodeID_NS0_Base.txt -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/NodeID_Blacklist.txt -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541_datatypes.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/constants.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/datatypes.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/README.md -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodeset.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/__init__.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541_datatypes.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/backend_open62541_nodes.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodes.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodeset.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/datatypes.pyc -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/__init__.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/NodeID_AssumeExternal.txt -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/nodeset_testing.py -- Installing: /usr/local/share/open62541/tools/nodeset_compiler/opaque_type_mapping.py -- Installing: /usr/local/share/open62541/tools/valgrind_suppressions.supp -- Installing: /usr/local/share/open62541/tools/cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-QNX-6.5.0.cmake -- Installing: /usr/local/share/open62541/tools/cmake/FindCheck.cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-rpi64.cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-mingw64.cmake -- Installing: /usr/local/share/open62541/tools/cmake/open62541-config.cmake.in -- Installing: /usr/local/share/open62541/tools/cmake/FindValgrind.cmake -- Installing: /usr/local/share/open62541/tools/cmake/AssignSourceGroup.cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-gcc-m32.cmake -- Installing: /usr/local/share/open62541/tools/cmake/FindClangTools.cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-mingw32.cmake -- Installing: /usr/local/share/open62541/tools/cmake/FindMbedTLS.cmake -- Installing: /usr/local/share/open62541/tools/cmake/FindSphinx.cmake -- Installing: /usr/local/share/open62541/tools/cmake/Toolchain-rpi.cmake -- Installing: /usr/local/share/open62541/tools/schema -- Installing: /usr/local/share/open62541/tools/schema/Custom.Opc.Ua.Transport.bsd -- Installing: /usr/local/share/open62541/tools/schema/Opc.Ua.StatusCodes.csv -- Installing: /usr/local/share/open62541/tools/schema/NodeIds.csv -- Installing: /usr/local/share/open62541/tools/schema/Opc.Ua.NodeSet2.Minimal.xml -- Installing: /usr/local/share/open62541/tools/schema/Opc.Ua.Types.bsd -- Installing: /usr/local/share/open62541/tools/schema/datatypes_minimal.txt -- Installing: /usr/local/share/open62541/tools/schema/datatypes_transport.txt -- Installing: /usr/local/share/open62541/tools/gdb-prettyprint.py -- Installing: /usr/local/share/open62541/tools/update_copyright_header.py -- Installing: /usr/local/share/open62541/tools/valgrind_check_error.py -- Installing: /usr/local/share/open62541/tools/clang-format_precommit_hook -- Installing: /usr/local/share/open62541/tools/amalgamate.py fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/7) Installing m4 (1.4.18-r1) (2/7) Installing perl (5.26.2-r1) (3/7) Installing autoconf (2.69-r2) (4/7) Installing automake (1.16.1-r0) (5/7) Installing libltdl (2.4.6-r5) (6/7) Installing libtool (2.4.6-r5) (7/7) Installing linux-headers (4.17.6-r0) Executing busybox-1.28.4-r0.trigger OK: 333 MiB in 69 packages Cloning into 'modbus'... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: linking file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' configure.ac:33: installing 'build-aux/compile' configure.ac:56: installing 'build-aux/config.guess' configure.ac:56: installing 'build-aux/config.sub' configure.ac:32: installing 'build-aux/install-sh' configure.ac:32: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' ------------------------------------------------------ Initialized build system. You can now run ./configure ------------------------------------------------------ checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... none checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 ./configure: line 7818: /usr/bin/file: No such file or directory checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/params.h usability... no checking sys/params.h presence... no checking for sys/params.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for asciidoc... no checking for xmlto... no checking whether to build documentation... no configure: WARNING: The tools to build the documentation aren't installed checking whether __CYGWIN__ is declared... no checking for accept4... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strlcpy... yes checking for inline... inline checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for int64_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking whether TIOCSRS485 is declared... yes checking whether TIOCM_RTS is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modbus-version.h config.status: creating src/win32/modbus.dll.manifest config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating libmodbus.pc config.status: creating config.h config.status: creating tests/unit-test.h config.status: executing depfiles commands config.status: executing libtool commands libmodbus 3.1.4 =============== prefix: /usr/local sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include compiler: gcc cflags: -g -O2 ldflags: documentation: no tests: yes Making install in src CC modbus.lo CC modbus-data.lo CC modbus-rtu.lo CC modbus-tcp.lo CCLD libmodbus.la ../build-aux/install-sh -c -d '/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmodbus.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libmodbus.so.5.1.0 /usr/local/lib/libmodbus.so.5.1.0 libtool: install: (cd /usr/local/lib && { ln -s -f libmodbus.so.5.1.0 libmodbus.so.5 || { rm -f libmodbus.so.5 && ln -s libmodbus.so.5.1.0 libmodbus.so.5; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libmodbus.so.5.1.0 libmodbus.so || { rm -f libmodbus.so && ln -s libmodbus.so.5.1.0 libmodbus.so; }; }) libtool: install: /usr/bin/install -c .libs/libmodbus.lai /usr/local/lib/libmodbus.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- ../build-aux/install-sh -c -d '/usr/local/include/modbus' /usr/bin/install -c -m 644 modbus.h modbus-version.h modbus-rtu.h modbus-tcp.h '/usr/local/include/modbus' Making install in doc make[2]: Nothing to be done for 'install-exec-am'. Making install in tests CC bandwidth-server-one.o CCLD bandwidth-server-one CC bandwidth-server-many-up.o CCLD bandwidth-server-many-up CC bandwidth-client.o CCLD bandwidth-client CC random-test-server.o CCLD random-test-server CC random-test-client.o CCLD random-test-client CC unit-test-server.o CCLD unit-test-server CC unit-test-client.o CCLD unit-test-client CC version.o CCLD version make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Nothing to be done for 'install-exec-am'. build-aux/install-sh -c -d '/usr/local/share/doc/libmodbus' /usr/bin/install -c -m 644 MIGRATION README.md '/usr/local/share/doc/libmodbus' build-aux/install-sh -c -d '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libmodbus.pc '/usr/local/lib/pkgconfig' Making clean in src test -z "*~" || rm -f *~ test -z "libmodbus.la" || rm -f libmodbus.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo Making clean in doc test -z "*.3 *.7 *.html" || rm -f *.3 *.7 *.html rm -rf .libs _libs rm -f *.lo Making clean in tests test -z "*~ *.log" || rm -f *~ *.log rm -rf .libs _libs rm -f bandwidth-server-one bandwidth-server-many-up bandwidth-client random-test-server random-test-client unit-test-server unit-test-client version rm -f *.o test -z "./unit-tests.sh.log" || rm -f ./unit-tests.sh.log test -z "./unit-tests.sh.trs" || rm -f ./unit-tests.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "libmodbus.pc" || rm -f libmodbus.pc rm -rf .libs _libs rm -f *.lo Cloning into 'forte'... ---------------------------------------------------------------------------- Automatically set up development environment for POSIX-platform ---------------------------------------------------------------------------- Includes 64bit-datatypes, float-datatypes, Ethernet-Interface, ASN1-encoding, ... To include tests set directories for boost-test-framework and set FORTE_TESTS-option to 'ON' ---------------------------------------------------------------------------- For building forte go to bin/posix and execute "make" forte can be found at bin/posix/src forte_tests can be found at bin/posix/tests -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done No Log Level was specified. Setting Log Level to Debug default LOGDEBUG. According to CMAKE_BUILD_TYPE you are not debugging, but still you have some logging info. Do you really want to log something? -- FORTE_EXTERNAL_MODULES_DIRECTORY: Building executable -- Configuring done -- Generating done -- Build files have been written to: /forte/bin/posix -- FORTE_EXTERNAL_MODULES_DIRECTORY: Building executable -- Configuring done -- Generating done -- Build files have been written to: /forte/bin/posix [ 0%] Generating src_gen/pctimeha_gen.cpp [ 0%] Generating src_gen/forte_thread_gen.cpp [ 0%] Generating src_gen/forte_sync_gen.cpp [ 0%] Generating src_gen/forte_sem_gen.cpp [ 0%] Generating src_gen/genforte_printer_gen.cpp [ 0%] Generating src_gen/timespec_utils_gen.cpp [ 0%] Generating src_gen/fdselecthand_gen.cpp [ 0%] Generating src_gen/bsdsocketinterf_gen.cpp [ 0%] Generating src_gen/timerha_gen.cpp [ 0%] Generating src_gen/devlog_gen.cpp [ 1%] Generating src_gen/basecommfb_gen.cpp [ 1%] Generating src_gen/commfb_gen.cpp [ 1%] Generating src_gen/comlayer_gen.cpp [ 1%] Generating src_gen/comlayer_async_gen.cpp [ 1%] Generating src_gen/comlayersmanager_gen.cpp [ 1%] Generating src_gen/fbdkasn1layer_gen.cpp [ 1%] Generating src_gen/ipcomlayer_gen.cpp [ 1%] Generating src_gen/localcomlayer_gen.cpp [ 1%] Generating src_gen/rawdatacomlayer_gen.cpp [ 1%] Generating src_gen/forte_any_elementary_gen.cpp [ 1%] Generating src_gen/forte_int_gen.cpp [ 2%] Generating src_gen/forte_sint_gen.cpp [ 2%] Generating src_gen/forte_dint_gen.cpp [ 2%] Generating src_gen/forte_udint_gen.cpp [ 2%] Generating src_gen/forte_uint_gen.cpp [ 2%] Generating src_gen/forte_usint_gen.cpp [ 2%] Generating src_gen/forte_dword_gen.cpp [ 2%] Generating src_gen/forte_word_gen.cpp [ 2%] Generating src_gen/forte_byte_gen.cpp [ 2%] Generating src_gen/forte_bool_gen.cpp [ 2%] Generating src_gen/forte_string_gen.cpp [ 3%] Generating src_gen/forte_time_gen.cpp [ 3%] Generating src_gen/forte_any_gen.cpp [ 3%] Generating src_gen/forte_any_string_gen.cpp [ 3%] Generating src_gen/forte_any_num_gen.cpp [ 3%] Generating src_gen/forte_any_magnitude_gen.cpp [ 3%] Generating src_gen/forte_any_bit_gen.cpp [ 3%] Generating src_gen/forte_any_int_gen.cpp [ 3%] Generating src_gen/forte_any_real_gen.cpp [ 3%] Generating src_gen/forte_struct_gen.cpp [ 3%] Generating src_gen/forte_lint_gen.cpp [ 3%] Generating src_gen/forte_ulint_gen.cpp [ 4%] Generating src_gen/forte_time_of_day_gen.cpp [ 4%] Generating src_gen/forte_date_and_time_gen.cpp [ 4%] Generating src_gen/forte_any_date_gen.cpp [ 4%] Generating src_gen/forte_date_gen.cpp [ 4%] Generating src_gen/forte_lword_gen.cpp [ 4%] Generating src_gen/forte_real_gen.cpp [ 4%] Generating src_gen/forte_lreal_gen.cpp [ 4%] Generating src_gen/forte_array_gen.cpp [ 4%] Generating src_gen/forte_wstring_gen.cpp [ 4%] Generating src_gen/unicode_utils_gen.cpp [ 4%] Generating src_gen/string_utils_gen.cpp [ 5%] Generating src_gen/parameterParser_gen.cpp [ 5%] Generating src_gen/conn_gen.cpp [ 5%] Generating src_gen/dataconn_gen.cpp [ 5%] Generating src_gen/eventconn_gen.cpp [ 5%] Generating src_gen/basicfb_gen.cpp [ 5%] Generating src_gen/cfb_gen.cpp [ 5%] Generating src_gen/device_gen.cpp [ 5%] Generating src_gen/devexec_gen.cpp [ 5%] Generating src_gen/extevhan_gen.cpp [ 5%] Generating src_gen/funcbloc_gen.cpp [ 5%] Generating src_gen/fbcontainer_gen.cpp [ 6%] Generating src_gen/if2indco_gen.cpp [ 6%] Generating src_gen/resource_gen.cpp [ 6%] Generating src_gen/stringdict_gen.cpp [ 6%] Generating src_gen/typelib_gen.cpp [ 6%] Generating src_gen/ecet_gen.cpp [ 6%] Generating src_gen/adapterconn_gen.cpp [ 6%] Generating src_gen/adapter_gen.cpp [ 6%] Generating src_gen/anyadapter_gen.cpp [ 6%] Generating src_gen/iec61131_functions_gen.cpp [ 6%] Generating src_gen/deviceExecutionHandlers_gen.cpp [ 6%] Generating src_gen/monitoring_gen.cpp [ 7%] Generating src_gen/FB_RS_gen.cpp [ 7%] Generating src_gen/FB_SR_gen.cpp [ 7%] Generating src_gen/FB_CTD_DINT_gen.cpp [ 7%] Generating src_gen/FB_CTD_UDINT_gen.cpp [ 7%] Generating src_gen/FB_CTD_gen.cpp [ 7%] Generating src_gen/FB_CTUD_DINT_gen.cpp [ 7%] Generating src_gen/FB_CTU_UDINT_gen.cpp [ 7%] Generating src_gen/FB_CTU_gen.cpp [ 7%] Generating src_gen/FB_CTU_DINT_gen.cpp [ 7%] Generating src_gen/FB_CTUD_gen.cpp [ 8%] Generating src_gen/FB_CTD_LINT_gen.cpp [ 8%] Generating src_gen/FB_CTD_ULINT_gen.cpp [ 8%] Generating src_gen/FB_CTU_LINT_gen.cpp [ 8%] Generating src_gen/FB_CTU_ULINT_gen.cpp [ 8%] Generating src_gen/FB_CTUD_LINT_gen.cpp [ 8%] Generating src_gen/FB_CTUD_ULINT_gen.cpp [ 8%] Generating src_gen/FB_F_TRIG_gen.cpp [ 8%] Generating src_gen/FB_R_TRIG_gen.cpp [ 8%] Generating src_gen/FB_TOF_gen.cpp [ 8%] Generating src_gen/FB_TON_gen.cpp [ 8%] Generating src_gen/FB_TP_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_BYTE_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_DINT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_DWORD_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_INT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_SINT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_UDINT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_UINT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_USINT_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_WORD_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_STRING_gen.cpp [ 9%] Generating src_gen/F_BOOL_TO_TIME_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_LINT_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_LWORD_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_ULINT_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_REAL_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_LREAL_gen.cpp [ 10%] Generating src_gen/F_BOOL_TO_WSTRING_gen.cpp [ 10%] Generating src_gen/F_BYTE_TO_BOOL_gen.cpp [ 10%] Generating src_gen/F_BYTE_TO_DINT_gen.cpp [ 10%] Generating src_gen/F_BYTE_TO_DWORD_gen.cpp [ 10%] Generating src_gen/F_BYTE_TO_INT_gen.cpp [ 10%] Generating src_gen/F_BYTE_TO_SINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_UDINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_UINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_USINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_WORD_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_STRING_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_TIME_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_LINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_LWORD_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_ULINT_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_REAL_gen.cpp [ 11%] Generating src_gen/F_BYTE_TO_LREAL_gen.cpp [ 12%] Generating src_gen/F_BYTE_TO_WSTRING_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_BOOL_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_BYTE_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_DWORD_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_INT_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_SINT_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_UINT_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_UDINT_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_USINT_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_WORD_gen.cpp [ 12%] Generating src_gen/F_DINT_TO_STRING_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_TIME_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_LINT_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_LWORD_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_ULINT_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_REAL_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_LREAL_gen.cpp [ 13%] Generating src_gen/F_DINT_TO_WSTRING_gen.cpp [ 13%] Generating src_gen/F_DWORD_TO_BOOL_gen.cpp [ 13%] Generating src_gen/F_DWORD_TO_BYTE_gen.cpp [ 13%] Generating src_gen/F_DWORD_TO_DINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_INT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_SINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_UDINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_UINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_USINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_WORD_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_STRING_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_TIME_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_LINT_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_LWORD_gen.cpp [ 14%] Generating src_gen/F_DWORD_TO_ULINT_gen.cpp [ 15%] Generating src_gen/F_DWORD_TO_REAL_gen.cpp [ 15%] Generating src_gen/F_DWORD_TO_LREAL_gen.cpp [ 15%] Generating src_gen/F_DWORD_TO_WSTRING_gen.cpp [ 15%] Generating src_gen/F_INT_TO_BOOL_gen.cpp [ 15%] Generating src_gen/F_INT_TO_BYTE_gen.cpp [ 15%] Generating src_gen/F_INT_TO_DINT_gen.cpp [ 15%] Generating src_gen/F_INT_TO_DWORD_gen.cpp [ 15%] Generating src_gen/F_INT_TO_SINT_gen.cpp [ 15%] Generating src_gen/F_INT_TO_UDINT_gen.cpp [ 15%] Generating src_gen/F_INT_TO_UINT_gen.cpp [ 15%] Generating src_gen/F_INT_TO_USINT_gen.cpp [ 16%] Generating src_gen/F_INT_TO_WORD_gen.cpp [ 16%] Generating src_gen/F_INT_TO_STRING_gen.cpp [ 16%] Generating src_gen/F_INT_TO_TIME_gen.cpp [ 16%] Generating src_gen/F_INT_TO_LINT_gen.cpp [ 16%] Generating src_gen/F_INT_TO_LWORD_gen.cpp [ 16%] Generating src_gen/F_INT_TO_ULINT_gen.cpp [ 16%] Generating src_gen/F_INT_TO_REAL_gen.cpp [ 16%] Generating src_gen/F_INT_TO_LREAL_gen.cpp [ 16%] Generating src_gen/F_INT_TO_WSTRING_gen.cpp [ 16%] Generating src_gen/F_SINT_TO_BOOL_gen.cpp [ 16%] Generating src_gen/F_SINT_TO_BYTE_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_DINT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_DWORD_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_INT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_UDINT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_UINT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_USINT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_WORD_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_STRING_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_TIME_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_LINT_gen.cpp [ 17%] Generating src_gen/F_SINT_TO_LWORD_gen.cpp [ 18%] Generating src_gen/F_SINT_TO_ULINT_gen.cpp [ 18%] Generating src_gen/F_SINT_TO_REAL_gen.cpp [ 18%] Generating src_gen/F_SINT_TO_LREAL_gen.cpp [ 18%] Generating src_gen/F_SINT_TO_WSTRING_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_BOOL_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_BYTE_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_WORD_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_DWORD_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_INT_gen.cpp [ 18%] Generating src_gen/F_STRING_TO_UINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_DINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_SINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_USINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_UDINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_TIME_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_LINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_LWORD_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_ULINT_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_REAL_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_LREAL_gen.cpp [ 19%] Generating src_gen/F_STRING_TO_WSTRING_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_BOOL_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_BYTE_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_WORD_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_INT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_UINT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_SINT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_USINT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_DINT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_DWORD_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_UDINT_gen.cpp [ 20%] Generating src_gen/F_TIME_TO_STRING_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_LINT_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_LWORD_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_ULINT_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_REAL_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_LREAL_gen.cpp [ 21%] Generating src_gen/F_TIME_TO_WSTRING_gen.cpp [ 21%] Generating src_gen/F_UDINT_TO_BOOL_gen.cpp [ 21%] Generating src_gen/F_UDINT_TO_BYTE_gen.cpp [ 21%] Generating src_gen/F_UDINT_TO_DINT_gen.cpp [ 21%] Generating src_gen/F_UDINT_TO_DWORD_gen.cpp [ 21%] Generating src_gen/F_UDINT_TO_INT_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_SINT_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_UINT_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_WORD_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_STRING_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_TIME_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_LINT_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_LWORD_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_ULINT_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_REAL_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_LREAL_gen.cpp [ 22%] Generating src_gen/F_UDINT_TO_WSTRING_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_BOOL_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_BYTE_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_DINT_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_DWORD_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_INT_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_SINT_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_UDINT_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_USINT_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_WORD_gen.cpp [ 23%] Generating src_gen/F_UINT_TO_STRING_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_TIME_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_LINT_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_LWORD_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_ULINT_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_REAL_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_LREAL_gen.cpp [ 24%] Generating src_gen/F_UINT_TO_WSTRING_gen.cpp [ 24%] Generating src_gen/F_USINT_TO_BOOL_gen.cpp [ 24%] Generating src_gen/F_USINT_TO_BYTE_gen.cpp [ 24%] Generating src_gen/F_USINT_TO_DINT_gen.cpp [ 24%] Generating src_gen/F_USINT_TO_DWORD_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_INT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_SINT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_UDINT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_UINT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_WORD_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_STRING_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_TIME_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_ULINT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_LINT_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_LWORD_gen.cpp [ 25%] Generating src_gen/F_USINT_TO_REAL_gen.cpp [ 26%] Generating src_gen/F_USINT_TO_LREAL_gen.cpp [ 26%] Generating src_gen/F_USINT_TO_WSTRING_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_BOOL_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_BYTE_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_DINT_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_DWORD_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_INT_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_SINT_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_UDINT_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_UINT_gen.cpp [ 26%] Generating src_gen/F_WORD_TO_USINT_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_STRING_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_TIME_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_LINT_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_LWORD_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_ULINT_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_REAL_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_LREAL_gen.cpp [ 27%] Generating src_gen/F_WORD_TO_WSTRING_gen.cpp [ 27%] Generating src_gen/F_BYTE_BCD_TO_USINT_gen.cpp [ 27%] Generating src_gen/F_WORD_BCD_TO_UINT_gen.cpp [ 27%] Generating src_gen/F_DWORD_BCD_TO_UDINT_gen.cpp [ 28%] Generating src_gen/F_USINT_TO_BCD_BYTE_gen.cpp [ 28%] Generating src_gen/F_UINT_TO_BCD_WORD_gen.cpp [ 28%] Generating src_gen/F_UDINT_TO_BCD_DWORD_gen.cpp [ 28%] Generating src_gen/F_LWORD_BCD_TO_ULINT_gen.cpp [ 28%] Generating src_gen/F_ULINT_TO_BCD_LWORD_gen.cpp [ 28%] Generating src_gen/F_WSTRING_TO_UINT_gen.cpp [ 28%] Generating src_gen/F_WSTRING_TO_BOOL_gen.cpp [ 28%] Generating src_gen/F_WSTRING_TO_BYTE_gen.cpp [ 28%] Generating src_gen/F_WSTRING_TO_DINT_gen.cpp [ 28%] Generating src_gen/F_WSTRING_TO_DWORD_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_INT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_SINT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_UDINT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_USINT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_WORD_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_STRING_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_TIME_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_LINT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_LWORD_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_ULINT_gen.cpp [ 29%] Generating src_gen/F_WSTRING_TO_REAL_gen.cpp [ 30%] Generating src_gen/F_WSTRING_TO_LREAL_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_BOOL_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_BYTE_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_WORD_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_DWORD_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_DINT_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_SINT_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_USINT_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_INT_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_TIME_gen.cpp [ 30%] Generating src_gen/F_REAL_TO_UDINT_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_UINT_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_STRING_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_LINT_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_LWORD_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_ULINT_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_LREAL_gen.cpp [ 31%] Generating src_gen/F_REAL_TO_WSTRING_gen.cpp [ 31%] Generating src_gen/F_LREAL_TO_BOOL_gen.cpp [ 31%] Generating src_gen/F_LREAL_TO_BYTE_gen.cpp [ 31%] Generating src_gen/F_LREAL_TO_DWORD_gen.cpp [ 31%] Generating src_gen/F_LREAL_TO_WORD_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_DINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_INT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_SINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_UDINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_UINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_USINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_STRING_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_TIME_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_LINT_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_LWORD_gen.cpp [ 32%] Generating src_gen/F_LREAL_TO_ULINT_gen.cpp [ 33%] Generating src_gen/F_LREAL_TO_REAL_gen.cpp [ 33%] Generating src_gen/F_LREAL_TO_WSTRING_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_BOOL_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_BYTE_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_DINT_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_DWORD_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_INT_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_LINT_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_LWORD_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_SINT_gen.cpp [ 33%] Generating src_gen/F_ULINT_TO_UDINT_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_UINT_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_USINT_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_WORD_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_STRING_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_TIME_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_REAL_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_LREAL_gen.cpp [ 34%] Generating src_gen/F_ULINT_TO_WSTRING_gen.cpp [ 34%] Generating src_gen/F_LWORD_TO_BOOL_gen.cpp [ 34%] Generating src_gen/F_LWORD_TO_BYTE_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_DINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_DWORD_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_INT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_LINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_SINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_UDINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_UINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_ULINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_USINT_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_WORD_gen.cpp [ 35%] Generating src_gen/F_LWORD_TO_STRING_gen.cpp [ 36%] Generating src_gen/F_LWORD_TO_TIME_gen.cpp [ 36%] Generating src_gen/F_LWORD_TO_REAL_gen.cpp [ 36%] Generating src_gen/F_LWORD_TO_LREAL_gen.cpp [ 36%] Generating src_gen/F_LWORD_TO_WSTRING_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_BOOL_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_BYTE_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_DINT_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_DWORD_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_INT_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_SINT_gen.cpp [ 36%] Generating src_gen/F_LINT_TO_UDINT_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_UINT_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_USINT_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_WORD_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_STRING_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_TIME_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_LWORD_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_ULINT_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_REAL_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_LREAL_gen.cpp [ 37%] Generating src_gen/F_LINT_TO_WSTRING_gen.cpp [ 37%] Generating src_gen/F_DT_TO_TOD_gen.cpp [ 38%] Generating src_gen/F_DT_TO_DATE_gen.cpp [ 38%] Generating src_gen/F_ABS_gen.cpp [ 38%] Generating src_gen/F_SQRT_gen.cpp [ 38%] Generating src_gen/F_LN_gen.cpp [ 38%] Generating src_gen/F_LOG_gen.cpp [ 38%] Generating src_gen/F_SIN_gen.cpp [ 38%] Generating src_gen/F_COS_gen.cpp [ 38%] Generating src_gen/F_TAN_gen.cpp [ 38%] Generating src_gen/F_ASIN_gen.cpp [ 38%] Generating src_gen/F_ACOS_gen.cpp [ 38%] Generating src_gen/F_ATAN_gen.cpp [ 39%] Generating src_gen/F_EXP_gen.cpp [ 39%] Generating src_gen/F_AND_gen.cpp [ 39%] Generating src_gen/F_NOT_gen.cpp [ 39%] Generating src_gen/F_OR_gen.cpp [ 39%] Generating src_gen/F_XOR_gen.cpp [ 39%] Generating src_gen/GEN_AND_gen.cpp [ 39%] Generating src_gen/GEN_OR_gen.cpp [ 39%] Generating src_gen/GEN_XOR_gen.cpp [ 39%] Generating src_gen/F_SHL_gen.cpp [ 39%] Generating src_gen/F_SHR_gen.cpp [ 40%] Generating src_gen/F_ROR_gen.cpp [ 40%] Generating src_gen/F_ROL_gen.cpp [ 40%] Generating src_gen/F_LIMIT_gen.cpp [ 40%] Generating src_gen/F_MIN_gen.cpp [ 40%] Generating src_gen/F_MAX_gen.cpp [ 40%] Generating src_gen/F_SEL_gen.cpp [ 40%] Generating src_gen/F_MUX_2_gen.cpp [ 40%] Generating src_gen/F_GT_gen.cpp [ 40%] Generating src_gen/F_EQ_gen.cpp [ 40%] Generating src_gen/F_GE_gen.cpp [ 40%] Generating src_gen/F_LE_gen.cpp [ 41%] Generating src_gen/F_LT_gen.cpp [ 41%] Generating src_gen/F_NE_gen.cpp [ 41%] Generating src_gen/F_ADD_gen.cpp [ 41%] Generating src_gen/F_SUB_gen.cpp [ 41%] Generating src_gen/F_MUL_gen.cpp [ 41%] Generating src_gen/F_DIV_gen.cpp [ 41%] Generating src_gen/F_MOD_gen.cpp [ 41%] Generating src_gen/F_EXPT_gen.cpp [ 41%] Generating src_gen/F_MOVE_gen.cpp [ 41%] Generating src_gen/F_MULTIME_gen.cpp [ 41%] Generating src_gen/F_DIVTIME_gen.cpp [ 42%] Generating src_gen/GEN_ADD_gen.cpp [ 42%] Generating src_gen/F_TRUNC_gen.cpp [ 42%] Generating src_gen/F_ADD_DT_TIME_gen.cpp [ 42%] Generating src_gen/F_ADD_TOD_TIME_gen.cpp [ 42%] Generating src_gen/F_SUB_DT_TIME_gen.cpp [ 42%] Generating src_gen/F_SUB_TOD_TIME_gen.cpp [ 42%] Generating src_gen/F_SUB_DT_DT_gen.cpp [ 42%] Generating src_gen/F_SUB_DATE_DATE_gen.cpp [ 42%] Generating src_gen/F_SUB_TOD_TOD_gen.cpp [ 42%] Generating src_gen/F_LEN_gen.cpp [ 42%] Generating src_gen/F_LEFT_gen.cpp [ 43%] Generating src_gen/F_RIGHT_gen.cpp [ 43%] Generating src_gen/F_MID_gen.cpp [ 43%] Generating src_gen/F_CONCAT_gen.cpp [ 43%] Generating src_gen/F_INSERT_gen.cpp [ 43%] Generating src_gen/F_DELETE_gen.cpp [ 43%] Generating src_gen/F_REPLACE_gen.cpp [ 43%] Generating src_gen/F_FIND_gen.cpp [ 43%] Generating src_gen/F_CONCAT_DATE_TOD_gen.cpp [ 43%] Generating src_gen/BOOL2BOOL_gen.cpp [ 43%] Generating src_gen/BYTE2BYTE_gen.cpp [ 43%] Generating src_gen/DINT2DINT_gen.cpp [ 44%] Generating src_gen/DWORD2DWORD_gen.cpp [ 44%] Generating src_gen/INT2INT_gen.cpp [ 44%] Generating src_gen/SINT2SINT_gen.cpp [ 44%] Generating src_gen/STRING2STRING_gen.cpp [ 44%] Generating src_gen/TIME2TIME_gen.cpp [ 44%] Generating src_gen/UINT2UINT_gen.cpp [ 44%] Generating src_gen/UDINT2UDINT_gen.cpp [ 44%] Generating src_gen/USINT2USINT_gen.cpp [ 44%] Generating src_gen/WORD2WORD_gen.cpp [ 44%] Generating src_gen/WSTRING2WSTRING_gen.cpp [ 45%] Generating src_gen/REAL2REAL_gen.cpp [ 45%] Generating src_gen/LREAL2LREAL_gen.cpp [ 45%] Generating src_gen/opcua_layer_gen.cpp [ 45%] Generating src_gen/opcua_handler_gen.cpp [ 45%] Generating src_gen/opcua_helper_gen.cpp [ 45%] Generating src_gen/OUT_ANY_CONSOLE_gen.cpp [ 45%] Generating src_gen/GEN_F_MUX_gen.cpp [ 45%] Generating src_gen/GEN_CSV_WRITER_gen.cpp [ 45%] Generating src_gen/GEN_APPEND_STRING_gen.cpp [ 45%] Generating src_gen/GEN_ARRAY2VALUES_gen.cpp [ 45%] Generating src_gen/GEN_VALUES2ARRAY_gen.cpp [ 46%] Generating src_gen/GEN_ARRAY2ARRAY_gen.cpp [ 46%] Generating src_gen/GET_AT_INDEX_gen.cpp [ 46%] Generating src_gen/SET_AT_INDEX_gen.cpp [ 46%] Generating src_gen/STEST_END_gen.cpp [ 46%] Generating src_gen/FB_RANDOM_gen.cpp [ 46%] Generating src_gen/timedfb_gen.cpp [ 46%] Generating src_gen/E_CTU_gen.cpp [ 46%] Generating src_gen/E_CTD_gen.cpp [ 46%] Generating src_gen/E_CTUD_gen.cpp [ 46%] Generating src_gen/E_DELAY_gen.cpp [ 46%] Generating src_gen/E_D_FF_gen.cpp [ 47%] Generating src_gen/E_MERGE_gen.cpp [ 47%] Generating src_gen/E_REND_gen.cpp [ 47%] Generating src_gen/E_RS_gen.cpp [ 47%] Generating src_gen/E_SELECT_gen.cpp [ 47%] Generating src_gen/E_SR_gen.cpp [ 47%] Generating src_gen/E_CYCLE_gen.cpp [ 47%] Generating src_gen/E_DEMUX_gen.cpp [ 47%] Generating src_gen/E_F_TRIG_gen.cpp [ 47%] Generating src_gen/E_PERMIT_gen.cpp [ 47%] Generating src_gen/E_RDELAY_gen.cpp [ 47%] Generating src_gen/E_RESTART_gen.cpp [ 48%] Generating src_gen/E_R_TRIG_gen.cpp [ 48%] Generating src_gen/E_SPLIT_gen.cpp [ 48%] Generating src_gen/E_SWITCH_gen.cpp [ 48%] Generating src_gen/GEN_E_DEMUX_gen.cpp [ 48%] Generating src_gen/GEN_E_MUX_gen.cpp [ 48%] Generating src_gen/ATimeOut_gen.cpp [ 48%] Generating src_gen/E_TimeOut_gen.cpp [ 48%] Generating src_gen/ARTimeOut_gen.cpp [ 48%] Generating src_gen/E_RTimeOut_gen.cpp [ 48%] Generating src_gen/DEV_MGR_gen.cpp [ 48%] Generating src_gen/EMB_RES_gen.cpp [ 49%] Generating src_gen/RMT_DEV_gen.cpp [ 49%] Generating src_gen/RMT_RES_gen.cpp [ 49%] Generating src_gen/ForteBootFileLoader_gen.cpp [ 49%] Generating src_gen/GEN_CLIENT_gen.cpp [ 49%] Generating src_gen/GEN_PUBLISH_gen.cpp [ 49%] Generating src_gen/GEN_SERVER_gen.cpp [ 49%] Generating src_gen/GEN_SUBSCRIBE_gen.cpp [ 49%] Generating src_gen/GEN_PUBL_gen.cpp [ 49%] Generating src_gen/GEN_SUBL_gen.cpp Scanning dependencies of target forte_stringlist_externals [ 50%] Linking CXX static library libforte_stringlist_externals.a [ 50%] Built target forte_stringlist_externals Scanning dependencies of target forte_generate_modules_cmake_files -- FORTE_EXTERNAL_MODULES_DIRECTORY: [ 50%] Built target forte_generate_modules_cmake_files Scanning dependencies of target forte_stringlist_generator GenerateStringlist Source Dir: /forte/src Binary Dir: /forte/bin/posix [ 50%] Built target forte_stringlist_generator Scanning dependencies of target forte_init_generator Generate Initfunction Source Dir: /forte Binary Dir: /forte/bin/posix [ 50%] Built target forte_init_generator Scanning dependencies of target FORTE_LITE [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/posix/forte_thread.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/posix/forte_sync.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/posix/forte_sem.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/genforte_printer.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/utils/timespec_utils.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/fdselecthand.cpp.o In file included from /forte/src/arch/../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/arch/../core/cominfra/../funcbloc.h:25, from /forte/src/arch/../core/cominfra/../esfb.h:15, from /forte/src/arch/../core/cominfra/basecommfb.h:18, from /forte/src/arch/../core/cominfra/commfb.h:17, from /forte/src/arch/fdselecthand.cpp:16: /forte/src/arch/../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/arch/../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/bsdsocketinterf.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/timerha.cpp.o In file included from /forte/src/arch/../core/iec61131_functions.h:18:0, from /forte/src/arch/../core/funcbloc.h:25, from /forte/src/arch/../core/esfb.h:15, from /forte/src/arch/timerha.cpp:15: /forte/src/arch/../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/arch/../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/devlog.cpp.o [ 50%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/basecommfb.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/basecommfb.cpp:14: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/commfb.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/commfb.h:17, from /forte/src/core/cominfra/commfb.cpp:17: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/comlayer.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/commfb.h:17, from /forte/src/core/cominfra/comlayer.cpp:13: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/comlayer_async.cpp.o [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/__/core/cominfra/comlayersmanager.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/bin/posix/core/cominfra/comlayersmanager.cpp:15: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/fbdkasn1layer.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/fbdkasn1layer.cpp:14: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/ipcomlayer.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/commfb.h:17, from /forte/src/core/cominfra/ipcomlayer.cpp:17: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/localcomlayer.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/commfb.h:17, from /forte/src/core/cominfra/localcomlayer.cpp:13: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cominfra/rawdatacomlayer.cpp.o In file included from /forte/src/core/cominfra/../iec61131_functions.h:18:0, from /forte/src/core/cominfra/../funcbloc.h:25, from /forte/src/core/cominfra/../esfb.h:15, from /forte/src/core/cominfra/basecommfb.h:18, from /forte/src/core/cominfra/commfb.h:17, from /forte/src/core/cominfra/rawdatacomlayer.h:16, from /forte/src/core/cominfra/rawdatacomlayer.cpp:12: /forte/src/core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_elementary.cpp.o [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_int.cpp.o [ 51%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_sint.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_dint.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_udint.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_uint.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_usint.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_dword.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_word.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_byte.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_bool.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_string.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_time.cpp.o [ 52%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_string.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_num.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_magnitude.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_bit.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_int.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_real.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_struct.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_lint.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_ulint.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_time_of_day.cpp.o [ 53%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_date_and_time.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_any_date.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_date.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_lword.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_real.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_lreal.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_array.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/forte_wstring.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/datatypes/unicode_utils.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/utils/string_utils.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/utils/parameterParser.cpp.o [ 54%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/conn.cpp.o [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/dataconn.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/dataconn.cpp:14: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/eventconn.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/eventconn.cpp:14: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/basicfb.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/basicfb.h:15, from /forte/src/core/basicfb.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/cfb.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/cfb.h:16, from /forte/src/core/cfb.cpp:14: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/device.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/device.h:15, from /forte/src/core/device.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/devexec.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/esfb.h:15, from /forte/src/core/devexec.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/extevhan.cpp.o In file included from /forte/src/core/utils/../iec61131_functions.h:18:0, from /forte/src/core/utils/../funcbloc.h:25, from /forte/src/core/utils/../resource.h:16, from /forte/src/core/extevhan.cpp:13: /forte/src/core/utils/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/utils/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/funcbloc.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/funcbloc.cpp:16: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/fbcontainer.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/fbcontainer.cpp:14: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 55%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/if2indco.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/if2indco.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/resource.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/resource.cpp:15: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/stringdict.cpp.o [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/typelib.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/typelib.cpp:18: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/ecet.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/esfb.h:15, from /forte/src/core/ecet.cpp:16: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/adapterconn.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapterconn.cpp:17: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/adapter.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapter.h:16, from /forte/src/core/adapter.cpp:14: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/anyadapter.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapter.h:16, from /forte/src/core/anyadapter.h:17, from /forte/src/core/anyadapter.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/iec61131_functions.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/iec61131_functions.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/__/core/deviceExecutionHandlers.cpp.o [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/core/monitoring.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/monitoring.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 56%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BistableElements/FB_RS.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BistableElements/FB_RS.h:15, from /forte/src/modules/IEC61131-3/BistableElements/FB_RS.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BistableElements/FB_SR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BistableElements/FB_SR.h:15, from /forte/src/modules/IEC61131-3/BistableElements/FB_SR.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTD_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_DINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTD_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_UDINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTD.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTUD_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_DINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTU_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_UDINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTU.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTU.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTU.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTU_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_DINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTUD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTD_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_LINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 57%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTD_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_ULINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTD_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTU_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_LINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTU_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_ULINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTU_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTUD_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_LINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Counters/FB_CTUD_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_ULINT.h:15, from /forte/src/modules/IEC61131-3/Counters/FB_CTUD_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/EdgeDetection/FB_F_TRIG.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/EdgeDetection/FB_F_TRIG.h:15, from /forte/src/modules/IEC61131-3/EdgeDetection/FB_F_TRIG.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/EdgeDetection/FB_R_TRIG.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/EdgeDetection/FB_R_TRIG.h:15, from /forte/src/modules/IEC61131-3/EdgeDetection/FB_R_TRIG.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Timers/FB_TOF.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Timers/FB_TOF.h:15, from /forte/src/modules/IEC61131-3/Timers/FB_TOF.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Timers/FB_TON.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Timers/FB_TON.h:15, from /forte/src/modules/IEC61131-3/Timers/FB_TON.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Timers/FB_TP.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Timers/FB_TP.h:15, from /forte/src/modules/IEC61131-3/Timers/FB_TP.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 58%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 59%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/BOOL/F_BOOL_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 60%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 61%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/BYTE/F_BYTE_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 62%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/DINT/F_DINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 63%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 64%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 65%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LREAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/INT/F_INT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/INT/F_INT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 66%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 67%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/SINT/F_SINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 68%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/STRING/F_STRING_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 69%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 70%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/TIME/F_TIME_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 71%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/UDINT/F_UDINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 72%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BYTE.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_BYTE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_INT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_SINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_SINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_USINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_USINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 73%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_ULINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LREAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/UINT/F_UINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BYTE.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_BYTE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_INT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 74%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_SINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_SINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_ULINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LREAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 75%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/USINT/F_USINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BYTE.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_BYTE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_INT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_SINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_SINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_USINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_USINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 76%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_ULINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_ULINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LREAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/WORD/F_WORD_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_BYTE_BCD_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_BYTE_BCD_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_BYTE_BCD_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_WORD_BCD_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_WORD_BCD_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_WORD_BCD_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_DWORD_BCD_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_DWORD_BCD_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_DWORD_BCD_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 77%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_USINT_TO_BCD_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_USINT_TO_BCD_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_USINT_TO_BCD_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_UINT_TO_BCD_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_UINT_TO_BCD_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_UINT_TO_BCD_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_UDINT_TO_BCD_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_UDINT_TO_BCD_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_UDINT_TO_BCD_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_LWORD_BCD_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_LWORD_BCD_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_LWORD_BCD_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/BCD/F_ULINT_TO_BCD_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_ULINT_TO_BCD_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/BCD/F_ULINT_TO_BCD_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 78%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/WSTRING/F_WSTRING_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 79%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_INT.h:15, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_TIME.h:15, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 80%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/REAL/F_REAL_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 81%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 82%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LREAL/F_LREAL_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BYTE.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_BYTE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_INT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LWORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_SINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_SINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UDINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 83%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_USINT.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_USINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WORD.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_REAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LREAL.h:15, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/ULINT/F_ULINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 84%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 85%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LWORD/F_LWORD_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BOOL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BOOL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BYTE.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_BYTE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_DWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_INT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_INT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_SINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_SINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UDINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UDINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 86%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_UINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_USINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_USINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_STRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_STRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_TIME.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LWORD.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LWORD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_ULINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_ULINT.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_ULINT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_REAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_REAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LREAL.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_LREAL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WSTRING.h:16, from /forte/src/modules/IEC61131-3/Conversion/LINT/F_LINT_TO_WSTRING.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DT/F_DT_TO_TOD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DT/F_DT_TO_TOD.h:16, from /forte/src/modules/IEC61131-3/Conversion/DT/F_DT_TO_TOD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 87%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Conversion/DT/F_DT_TO_DATE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Conversion/DT/F_DT_TO_DATE.h:16, from /forte/src/modules/IEC61131-3/Conversion/DT/F_DT_TO_DATE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_ABS.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_ABS.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_ABS.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_SQRT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_SQRT.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_SQRT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_LN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_LN.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_LN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_LOG.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_LOG.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_LOG.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_SIN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_SIN.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_SIN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_COS.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_COS.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_COS.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_TAN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_TAN.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_TAN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_ASIN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_ASIN.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_ASIN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_ACOS.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_ACOS.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_ACOS.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_ATAN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_ATAN.h:16, from /forte/src/modules/IEC61131-3/Numerical/F_ATAN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 88%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Numerical/F_EXP.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Numerical/F_EXP.h:15, from /forte/src/modules/IEC61131-3/Numerical/F_EXP.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_AND.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_AND.h:15, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_AND.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_NOT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_NOT.h:15, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_NOT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_OR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_OR.h:15, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_OR.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_XOR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_XOR.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_XOR.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/GEN_AND.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_AND.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_AND.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/GEN_OR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_OR.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_OR.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/GEN_XOR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_XOR.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/GEN_XOR.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_SHL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_SHL.h:15, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_SHL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_SHR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_SHR.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_SHR.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_ROR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_ROR.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_ROR.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 89%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/BitwiseOperators/F_ROL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_ROL.h:16, from /forte/src/modules/IEC61131-3/BitwiseOperators/F_ROL.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Selection/F_LIMIT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Selection/F_LIMIT.h:15, from /forte/src/modules/IEC61131-3/Selection/F_LIMIT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Selection/F_MIN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Selection/F_MIN.h:15, from /forte/src/modules/IEC61131-3/Selection/F_MIN.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Selection/F_MAX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Selection/F_MAX.h:15, from /forte/src/modules/IEC61131-3/Selection/F_MAX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Selection/F_SEL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Selection/F_SEL.h:15, from /forte/src/modules/IEC61131-3/Selection/F_SEL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Selection/F_MUX_2.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Selection/F_MUX_2.h:16, from /forte/src/modules/IEC61131-3/Selection/F_MUX_2.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_GT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_GT.h:15, from /forte/src/modules/IEC61131-3/Comparison/F_GT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_EQ.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_EQ.h:15, from /forte/src/modules/IEC61131-3/Comparison/F_EQ.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_GE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_GE.h:16, from /forte/src/modules/IEC61131-3/Comparison/F_GE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_LE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_LE.h:16, from /forte/src/modules/IEC61131-3/Comparison/F_LE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_LT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_LT.h:16, from /forte/src/modules/IEC61131-3/Comparison/F_LT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 90%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Comparison/F_NE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Comparison/F_NE.h:16, from /forte/src/modules/IEC61131-3/Comparison/F_NE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_ADD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD.h:15, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB.h:15, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_MUL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_MUL.h:15, from /forte/src/modules/IEC61131-3/Arithmetic/F_MUL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_DIV.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_DIV.h:15, from /forte/src/modules/IEC61131-3/Arithmetic/F_DIV.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_MOD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_MOD.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_MOD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_EXPT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_EXPT.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_EXPT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_MOVE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_MOVE.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_MOVE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_MULTIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_MULTIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_MULTIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_DIVTIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_DIVTIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_DIVTIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/GEN_ADD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/GEN_ADD.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/GEN_ADD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 91%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_TRUNC.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_TRUNC.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_TRUNC.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_ADD_DT_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD_DT_TIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD_DT_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_ADD_TOD_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD_TOD_TIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_ADD_TOD_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB_DT_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DT_TIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DT_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TIME.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TIME.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB_DT_DT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DT_DT.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DT_DT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB_DATE_DATE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DATE_DATE.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_DATE_DATE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TOD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TOD.h:16, from /forte/src/modules/IEC61131-3/Arithmetic/F_SUB_TOD_TOD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_LEN.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_LEN.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_LEN.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_LEFT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_LEFT.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_LEFT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 92%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_RIGHT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_RIGHT.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_RIGHT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_MID.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_MID.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_MID.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_CONCAT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_CONCAT.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_CONCAT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_INSERT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_INSERT.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_INSERT.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_DELETE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_DELETE.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_DELETE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_REPLACE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_REPLACE.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_REPLACE.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_FIND.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_FIND.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_FIND.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/IEC61131-3/CharacterString/F_CONCAT_DATE_TOD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/IEC61131-3/CharacterString/F_CONCAT_DATE_TOD.h:16, from /forte/src/modules/IEC61131-3/CharacterString/F_CONCAT_DATE_TOD.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/BOOL2BOOL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/BOOL2BOOL.h:15, from /forte/src/modules/convert/BOOL2BOOL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/BYTE2BYTE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/BYTE2BYTE.h:15, from /forte/src/modules/convert/BYTE2BYTE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/DINT2DINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/DINT2DINT.h:15, from /forte/src/modules/convert/DINT2DINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 93%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/DWORD2DWORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/DWORD2DWORD.h:15, from /forte/src/modules/convert/DWORD2DWORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/INT2INT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/INT2INT.h:15, from /forte/src/modules/convert/INT2INT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/SINT2SINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/SINT2SINT.h:15, from /forte/src/modules/convert/SINT2SINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/STRING2STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/STRING2STRING.h:15, from /forte/src/modules/convert/STRING2STRING.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/TIME2TIME.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/TIME2TIME.h:15, from /forte/src/modules/convert/TIME2TIME.cpp:10: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/UINT2UINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/UINT2UINT.h:15, from /forte/src/modules/convert/UINT2UINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/UDINT2UDINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/UDINT2UDINT.h:15, from /forte/src/modules/convert/UDINT2UDINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/USINT2USINT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/USINT2USINT.h:15, from /forte/src/modules/convert/USINT2USINT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/WORD2WORD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/WORD2WORD.h:15, from /forte/src/modules/convert/WORD2WORD.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/WSTRING2WSTRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/WSTRING2WSTRING.h:15, from /forte/src/modules/convert/WSTRING2WSTRING.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/REAL2REAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/REAL2REAL.h:15, from /forte/src/modules/convert/REAL2REAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 94%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/convert/LREAL2LREAL.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/convert/LREAL2LREAL.h:15, from /forte/src/modules/convert/LREAL2LREAL.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/opc_ua/opcua_layer.cpp.o In file included from /forte/src/modules/opc_ua/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/modules/opc_ua/../../core/cominfra/../funcbloc.h:25, from /forte/src/modules/opc_ua/../../core/cominfra/../esfb.h:15, from /forte/src/modules/opc_ua/../../core/cominfra/basecommfb.h:18, from /forte/src/modules/opc_ua/opcua_layer.cpp:19: /forte/src/modules/opc_ua/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/modules/opc_ua/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/opc_ua/opcua_handler.cpp.o In file included from /forte/src/modules/opc_ua/../../core/iec61131_functions.h:18:0, from /forte/src/modules/opc_ua/opcua_handler.cpp:18: /forte/src/modules/opc_ua/../../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/modules/opc_ua/../../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/opc_ua/opcua_helper.cpp.o In file included from /forte/src/modules/opc_ua/opcua_helper.cpp:14:0: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/OUT_ANY_CONSOLE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/OUT_ANY_CONSOLE.h:15, from /forte/src/modules/utils/OUT_ANY_CONSOLE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_F_MUX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_F_MUX.h:15, from /forte/src/modules/utils/GEN_F_MUX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_CSV_WRITER.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_CSV_WRITER.h:15, from /forte/src/modules/utils/GEN_CSV_WRITER.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_APPEND_STRING.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_APPEND_STRING.h:15, from /forte/src/modules/utils/GEN_APPEND_STRING.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_ARRAY2VALUES.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_ARRAY2VALUES.h:15, from /forte/src/modules/utils/GEN_ARRAY2VALUES.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_VALUES2ARRAY.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_VALUES2ARRAY.h:15, from /forte/src/modules/utils/GEN_VALUES2ARRAY.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GEN_ARRAY2ARRAY.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GEN_ARRAY2ARRAY.h:15, from /forte/src/modules/utils/GEN_ARRAY2ARRAY.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 95%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/GET_AT_INDEX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/GET_AT_INDEX.h:15, from /forte/src/modules/utils/GET_AT_INDEX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/SET_AT_INDEX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/SET_AT_INDEX.h:15, from /forte/src/modules/utils/SET_AT_INDEX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/STEST_END.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/modules/utils/STEST_END.h:15, from /forte/src/modules/utils/STEST_END.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/modules/utils/FB_RANDOM.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/basicfb.h:15, from /forte/src/modules/utils/FB_RANDOM.h:15, from /forte/src/modules/utils/FB_RANDOM.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/timedfb.cpp.o In file included from /forte/src/stdfblib/../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/../core/funcbloc.h:25, from /forte/src/stdfblib/../core/esfb.h:15, from /forte/src/stdfblib/timedfb.h:16, from /forte/src/stdfblib/timedfb.cpp:12: /forte/src/stdfblib/../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_CTU.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_CTU.h:15, from /forte/src/stdfblib/events/E_CTU.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_CTD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/basicfb.h:15, from /forte/src/stdfblib/events/E_CTD.h:14, from /forte/src/stdfblib/events/E_CTD.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_CTUD.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/basicfb.h:15, from /forte/src/stdfblib/events/E_CTUD.h:14, from /forte/src/stdfblib/events/E_CTUD.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_DELAY.cpp.o In file included from /forte/src/stdfblib/events/../../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/events/../../core/funcbloc.h:25, from /forte/src/stdfblib/events/../../core/esfb.h:15, from /forte/src/stdfblib/events/../timedfb.h:16, from /forte/src/stdfblib/events/E_DELAY.h:15, from /forte/src/stdfblib/events/E_DELAY.cpp:12: /forte/src/stdfblib/events/../../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/events/../../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_D_FF.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_D_FF.h:15, from /forte/src/stdfblib/events/E_D_FF.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_MERGE.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_MERGE.h:15, from /forte/src/stdfblib/events/E_MERGE.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 96%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_REND.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_REND.h:15, from /forte/src/stdfblib/events/E_REND.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_RS.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_RS.h:15, from /forte/src/stdfblib/events/E_RS.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_SELECT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_SELECT.h:15, from /forte/src/stdfblib/events/E_SELECT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_SR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_SR.h:16, from /forte/src/stdfblib/events/E_SR.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_CYCLE.cpp.o In file included from /forte/src/stdfblib/events/../../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/events/../../core/funcbloc.h:25, from /forte/src/stdfblib/events/../../core/esfb.h:15, from /forte/src/stdfblib/events/../timedfb.h:16, from /forte/src/stdfblib/events/E_CYCLE.h:15, from /forte/src/stdfblib/events/E_CYCLE.cpp:12: /forte/src/stdfblib/events/../../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/events/../../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_DEMUX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_DEMUX.h:15, from /forte/src/stdfblib/events/E_DEMUX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_F_TRIG.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_F_TRIG.h:15, from /forte/src/stdfblib/events/E_F_TRIG.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_PERMIT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_PERMIT.h:15, from /forte/src/stdfblib/events/E_PERMIT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_RDELAY.cpp.o In file included from /forte/src/stdfblib/events/../../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/events/../../core/funcbloc.h:25, from /forte/src/stdfblib/events/../../core/esfb.h:15, from /forte/src/stdfblib/events/../timedfb.h:16, from /forte/src/stdfblib/events/E_RDELAY.h:14, from /forte/src/stdfblib/events/E_RDELAY.cpp:11: /forte/src/stdfblib/events/../../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/events/../../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_RESTART.cpp.o In file included from /forte/src/stdfblib/../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/../core/funcbloc.h:25, from /forte/src/stdfblib/../core/esfb.h:15, from /forte/src/stdfblib/events/E_RESTART.h:16, from /forte/src/stdfblib/events/E_RESTART.cpp:13: /forte/src/stdfblib/../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 97%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_R_TRIG.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_R_TRIG.h:15, from /forte/src/stdfblib/events/E_R_TRIG.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_SPLIT.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_SPLIT.h:15, from /forte/src/stdfblib/events/E_SPLIT.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_SWITCH.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/E_SWITCH.h:15, from /forte/src/stdfblib/events/E_SWITCH.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/GEN_E_DEMUX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/GEN_E_DEMUX.h:15, from /forte/src/stdfblib/events/GEN_E_DEMUX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/GEN_E_MUX.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/events/GEN_E_MUX.h:15, from /forte/src/stdfblib/events/GEN_E_MUX.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/ATimeOut.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapter.h:16, from /forte/src/stdfblib/events/ATimeOut.h:14, from /forte/src/stdfblib/events/ATimeOut.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_TimeOut.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/esfb.h:15, from /forte/src/stdfblib/events/E_TimeOut.h:14, from /forte/src/stdfblib/events/E_TimeOut.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/ARTimeOut.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapter.h:16, from /forte/src/stdfblib/events/ARTimeOut.h:14, from /forte/src/stdfblib/events/ARTimeOut.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/events/E_RTimeOut.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/cfb.h:16, from /forte/src/stdfblib/events/E_RTimeOut.h:14, from /forte/src/stdfblib/events/E_RTimeOut.cpp:11: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/ita/DEV_MGR.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/stdfblib/ita/DEV_MGR.h:16, from /forte/src/stdfblib/ita/DEV_MGR.cpp:18: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/ita/EMB_RES.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/stdfblib/ita/EMB_RES.h:15, from /forte/src/stdfblib/ita/EMB_RES.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 98%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/ita/RMT_DEV.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/device.h:15, from /forte/src/stdfblib/ita/RMT_DEV.h:15, from /forte/src/stdfblib/ita/RMT_DEV.cpp:12: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/ita/RMT_RES.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/stdfblib/ita/RMT_RES.h:15, from /forte/src/stdfblib/ita/RMT_RES.cpp:13: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/ita/ForteBootFileLoader.cpp.o In file included from /forte/src/stdfblib/ita/../../core/iec61131_functions.h:18:0, from /forte/src/stdfblib/ita/../../core/funcbloc.h:25, from /forte/src/stdfblib/ita/../../core/resource.h:16, from /forte/src/stdfblib/ita/../../core/device.h:15, from /forte/src/stdfblib/ita/ForteBootFileLoader.cpp:19: /forte/src/stdfblib/ita/../../core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/ita/../../core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_CLIENT.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_CLIENT.h:15, from /forte/src/stdfblib/net/GEN_CLIENT.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_PUBLISH.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_PUBLISH.h:15, from /forte/src/stdfblib/net/GEN_PUBLISH.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_SERVER.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_SERVER.h:15, from /forte/src/stdfblib/net/GEN_SERVER.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_SUBSCRIBE.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_SUBSCRIBE.h:15, from /forte/src/stdfblib/net/GEN_SUBSCRIBE.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_PUBL.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_PUBLISH.h:15, from /forte/src/stdfblib/net/GEN_PUBL.h:16, from /forte/src/stdfblib/net/GEN_PUBL.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/stdfblib/net/GEN_SUBL.cpp.o In file included from /forte/src/stdfblib/net/../../core/cominfra/../iec61131_functions.h:18:0, from /forte/src/stdfblib/net/../../core/cominfra/../funcbloc.h:25, from /forte/src/stdfblib/net/../../core/cominfra/../esfb.h:15, from /forte/src/stdfblib/net/../../core/cominfra/basecommfb.h:18, from /forte/src/stdfblib/net/../../core/cominfra/commfb.h:17, from /forte/src/stdfblib/net/GEN_SUBSCRIBE.h:15, from /forte/src/stdfblib/net/GEN_SUBL.h:16, from /forte/src/stdfblib/net/GEN_SUBL.cpp:13: /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/stdfblib/net/../../core/cominfra/../convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/__/stringlist.cpp.o [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/__/forteinit.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/adapter.h:16, from /forte/src/core/anyadapter.h:17, from /forte/bin/posix/forteinit.cpp:51: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [ 99%] Building CXX object src/CMakeFiles/FORTE_LITE.dir/arch/posix/pctimeha.cpp.o [ 99%] Built target FORTE_LITE Scanning dependencies of target forte [100%] Building CXX object src/CMakeFiles/forte.dir/arch/posix/main.cpp.o In file included from /forte/src/core/iec61131_functions.h:18:0, from /forte/src/core/funcbloc.h:25, from /forte/src/core/resource.h:16, from /forte/src/core/device.h:15, from /forte/src/arch/posix/../../stdfblib/ita/RMT_DEV.h:15, from /forte/src/arch/posix/main.cpp:15: /forte/src/core/convert_functions.h: In function 'const CIEC_DWORD REAL_TO_DWORD(const CIEC_REAL&)': /forte/src/core/convert_functions.h:646:32: warning: conversion to 'TForteFloat {aka float}' from 'CIEC_DWORD::TValueType {aka unsigned int}' may alter its value [-Wconversion] if(CIEC_DWORD::scm_nMaxVal < paVal){ ^~~~~ [100%] Linking CXX executable forte [100%] Built target forte Install the project... -- Install configuration: "Debug" -- Installing: /usr/local/bin/forte -- Set runtime path of "/usr/local/bin/forte" to "" fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/50) Purging cmake-bash-completion (3.11.4-r1) (2/50) Purging cmake (3.11.4-r1) (3/50) Purging g++ (6.4.0-r8) (4/50) Purging gcc (6.4.0-r8) (5/50) Purging binutils (2.30-r5) (6/50) Purging libatomic (6.4.0-r8) (7/50) Purging libgomp (6.4.0-r8) (8/50) Purging libc-dev (0.7.1-r0) (9/50) Purging musl-dev (1.1.19-r10) (10/50) Purging libstdc++ (6.4.0-r8) (11/50) Purging git (2.18.0-r0) (12/50) Purging make (4.2.1-r2) (13/50) Purging py2-pip (10.0.1-r0) (14/50) Purging py-setuptools (39.1.0-r0) (15/50) Purging py2-six (1.11.0-r0) (16/50) Purging python2 (2.7.15-r0) (17/50) Purging py-six (1.11.0-r0) (18/50) Purging autoconf (2.69-r2) (19/50) Purging m4 (1.4.18-r1) (20/50) Purging automake (1.16.1-r0) (21/50) Purging perl (5.26.2-r1) (22/50) Purging libtool (2.4.6-r5) (23/50) Purging bash (4.4.19-r1) Executing bash-4.4.19-r1.pre-deinstall (24/50) Purging libltdl (2.4.6-r5) (25/50) Purging readline (7.0.003-r0) (26/50) Purging ncurses-libs (6.1-r0) (27/50) Purging ncurses-terminfo (6.1-r0) (28/50) Purging ncurses-terminfo-base (6.1-r0) (29/50) Purging libarchive (3.3.2-r3) (30/50) Purging libacl (2.2.52-r5) (31/50) Purging libattr (2.4.47-r7) (32/50) Purging libbz2 (1.0.6-r6) (33/50) Purging expat (2.2.5-r0) (34/50) Purging lz4-libs (1.8.2-r0) (35/50) Purging xz-libs (5.2.4-r0) (36/50) Purging libcurl (7.61.0-r0) (37/50) Purging ca-certificates (20171114-r4) Executing ca-certificates-20171114-r4.post-deinstall (38/50) Purging nghttp2-libs (1.32.0-r0) (39/50) Purging libssh2 (1.8.0-r3) (40/50) Purging libgcc (6.4.0-r8) (41/50) Purging rhash-libs (1.3.6-r1) (42/50) Purging libuv (1.21.0-r0) (43/50) Purging mpc1 (1.0.3-r1) (44/50) Purging mpfr3 (3.1.5-r1) (45/50) Purging isl (0.18-r0) (46/50) Purging gmp (6.1.2-r1) (47/50) Purging pcre2 (10.31-r0) (48/50) Purging libffi (3.2.1-r4) (49/50) Purging gdbm (1.13-r1) (50/50) Purging sqlite-libs (3.24.0-r0) Executing busybox-1.28.4-r0.trigger OK: 31 MiB in 19 packages fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz (1/2) Installing libgcc (6.4.0-r8) (2/2) Installing libstdc++ (6.4.0-r8) OK: 33 MiB in 21 packages Removing intermediate container dbefbc8139b9 ---> 127f5dc4cbf8 Step 3/4 : EXPOSE 502 4840 1883 8883 8884 8080 8081 61499 61500 61501 61502 61503 61504 61505 ---> Running in b1e514247f67 Removing intermediate container b1e514247f67 ---> c73346fcbbc0 Step 4/4 : CMD [ "/bin/bash" ] ---> Running in b077ce3e1516 Removing intermediate container b077ce3e1516 ---> a9b948291393 Successfully built a9b948291393 Successfully tagged fdamador/forte:alpine SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.