Changes between Initial Version and Version 1 of Ticket #6136, comment 37
- Timestamp:
- 2020-10-01T13:05:23Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6136, comment 37
initial v1 5 5 Btw 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`. 6 6 7 You can justinclude the header files <unistd.h> (for gethostname) <stdio.h> (for snprintf) at the top of `3rdParty/open62541/open62541.c`7 I guess we should include the header files <unistd.h> (for gethostname) <stdio.h> (for snprintf) at the top of `3rdParty/open62541/open62541.c` 8 8 9 9 OR