Changes between Initial Version and Version 1 of Ticket #6136, comment 37


Ignore:
Timestamp:
2020-10-01T13:05:23Z (5 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6136, comment 37

    initial v1  
    55Btw this specific C file is confusing because it is located in `3rdParty/open62541` originally but it is then copied to `SimulationRuntime/opc/ua` by the Makefiles in there and then compiled there. I think we add `-Werror=implicit-function-declaration` ourselves to the compilations in `SimulationRuntime`.
    66
    7 You can just include the header files <unistd.h> (for gethostname) <stdio.h> (for snprintf) at the top of `3rdParty/open62541/open62541.c`
     7I guess we should include the header files <unistd.h> (for gethostname) <stdio.h> (for snprintf) at the top of `3rdParty/open62541/open62541.c`
    88
    99OR