vos_printLog Usages have hard coded format specifiers e.g. %lu. This produces complier warnings when build on different platforms.
Suggestion: Use format specifiers from inttypes.h.
15:16:04: Running steps for project trdp-hl...
15:16:04: Starting: "/opt/Qt/5.5/gcc/bin/qmake" /home/vikas/SF-mount/SVN/system/TRDP-HL/qt-build/trdp-hl.pro -r -spec linux-g++-32 CONFIG+=debug
Reading /home/vikas/SF-mount/SVN/system/TRDP-HL/qt-build/hl-lib-shared/hl-lib-shared.pro [/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared]
Reading /home/vikas/SF-mount/SVN/system/TRDP-HL/qt-build/hl-lib-static/hl-lib-static.pro [/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static]
15:16:08: The process "/opt/Qt/5.5/gcc/bin/qmake" exited normally.
15:16:08: Starting: "/usr/bin/make"
cd hl-lib-shared/ && ( test -e Makefile || /opt/Qt/5.5/gcc/bin/qmake /home/vikas/SF-mount/SVN/system/TRDP-HL/qt-build/hl-lib-shared/hl-lib-shared.pro -spec linux-g++-32 CONFIG+=debug -o Makefile ) && /usr/bin/make -f Makefile
make: Warning: File 'Makefile' has modification time 1.2 s in the future
make[1]: Entering directory '/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared'
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_dllmain.o ../../tcnopen-trdp/trdp/src/common/trdp_dllmain.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_ctrl.o ../../tcnopen-trdp/trdp/src/common/tau_ctrl.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_dnr.o ../../tcnopen-trdp/trdp/src/common/tau_dnr.c
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:145:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Local -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'parseResponse':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:432:21: warning: unused parameter 'size' [-Wunused-parameter]
UINT32 size,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:433:21: warning: unused parameter 'id' [-Wunused-parameter]
UINT16 id,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'parseUpdateTCNResponse':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:801:57: warning: unused parameter 'size' [-Wunused-parameter]
UINT32 size)
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'dnrMDCallback':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:852:30: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'updateTCNDNSentry':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:918:13: warning: comparison between 'TRDP_ERR_T {aka enum <anonymous>}' and 'enum <anonymous>' [-Wenum-compare]
if (err != VOS_NO_ERR)
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: At top level:
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1025:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Public -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'tau_getOwnIds':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1173:25: warning: unused parameter 'appHandle' [-Wunused-parameter]
TRDP_APP_SESSION_T appHandle,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1174:25: warning: unused parameter 'devId' [-Wunused-parameter]
TRDP_LABEL_T devId,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1175:25: warning: unused parameter 'vehId' [-Wunused-parameter]
TRDP_LABEL_T vehId,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1176:25: warning: unused parameter 'cstId' [-Wunused-parameter]
TRDP_LABEL_T cstId)
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_marshall.o ../../tcnopen-trdp/trdp/src/common/tau_marshall.c
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_initMarshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1006:32: warning: unused parameter 'ppRefCon' [-Wunused-parameter]
void * </anonymous></anonymous>ppRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_marshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1065:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_unmarshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1138:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_marshallDs':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1212:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_unmarshallDs':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1285:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_calcDatasetSize':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1358:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_calcDatasetSizeByComId':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1428:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_tti.o ../../tcnopen-trdp/trdp/src/common/tau_tti.c
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'ttiPDCallback':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:167:30: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: At top level:
../../tcnopen-trdp/trdp/src/common/tau_tti.c:580:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Public -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'tau_initTTIaccess':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:603:25: warning: unused parameter 'ecspIpAddr' [-Wunused-parameter]
TRDP_IP_ADDR_T ecspIpAddr,
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c:604:26: warning: unused parameter 'hostsFileName' [-Wunused-parameter]
CHAR8 hostsFileName)
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'tau_getVehOrient':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:1286:25: warning: unused parameter 'pVehLabel' [-Wunused-parameter]
TRDP_LABEL_T pVehLabel,
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_xml.o ../../tcnopen-trdp/trdp/src/common/tau_xml.c
In file included from ../../tcnopen-trdp/trdp/src/common/trdp_utils.h:36:0,
from ../../tcnopen-trdp/trdp/src/common/tau_xml.c:41:
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readTelegramDef':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:425:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:425:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:465:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:465:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:480:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:480:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:496:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:496:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:551:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:551:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:591:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:591:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:607:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:607:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readXmlDatasetMap':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:697:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while creating XML dataset map!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:697:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while creating XML dataset map!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readXmlDatasets':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:780:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:780:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:801:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:801:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'tau_readXmlInterfaceConfig':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:1057:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:1057:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_if.o ../../tcnopen-trdp/trdp/src/common/trdp_if.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_mdcom.o ../../tcnopen-trdp/trdp/src/common/trdp_mdcom.c
../../tcnopen-trdp/trdp/src/common/trdp_if.c: In function 'tlp_request':
../../tcnopen-trdp/trdp/src/common/trdp_if.c:1866:26: warning: variable 'addr' set but not used [-Wunused-but-set-variable]
TRDP_ADDRESSES_T addr;
^
../../tcnopen-trdp/trdp/src/common/trdp_if.c:1830:29: warning: unused parameter 'redId' [-Wunused-parameter]
UINT32 redId,
^
../../tcnopen-trdp/trdp/src/common/trdp_if.c: In function 'tlm_notify':
../../tcnopen-trdp/trdp/src/common/trdp_if.c:2505:29: warning: unused parameter 'pfCbFunction' [-Wunused-parameter]
TRDP_MD_CALLBACK_T pfCbFunction,
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_pdcom.o ../../tcnopen-trdp/trdp/src/common/trdp_pdcom.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_stats.o ../../tcnopen-trdp/trdp/src/common/trdp_stats.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_utils.o ../../tcnopen-trdp/trdp/src/common/trdp_utils.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_xml.o ../../tcnopen-trdp/trdp/src/common/trdp_xml.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_utils.o ../../tcnopen-trdp/trdp/src/vos/common/vos_utils.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_mem.o ../../tcnopen-trdp/trdp/src/vos/common/vos_mem.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_acc_if.o ../../src/nt_acc_if.c
../../src/nt_acc_if.c: In function 'nt_acc_init':
../../src/nt_acc_if.c:549:5: warning: missing initializer for field 'prealloc' of 'TRDP_MEM_CONFIG_T {aka struct <anonymous>}' [-Wmissing-field-initializers]
TRDP_MEM_CONFIG_T defaultMemConf = {NULL, TRDP_HL_DEFAULT_MEMSIZE};
^
In file included from ../../tcnopen-trdp/trdp/src/api/trdp_if_light.h:36:0,
from ../../inc/nt_trdp.h:26,
from ../../src/nt_trdp_private.h:26,
from ../../src/nt_acc_if.c:27:
../../tcnopen-trdp/trdp/src/api/trdp_types.h:666:13: note: 'prealloc' declared here
UINT32 prealloc[VOS_MEM_NBLOCKSIZES]; /< memory block structure */
^
../../src/nt_acc_if.c: In function 'nt_acc_openAppSession':
../../src/nt_acc_if.c:641:9: warning: missing initializer for field 'retries' of 'TRDP_SEND_PARAM_T {aka struct <anonymous>}' [-Wmissing-field-initializers]
(TRDP_MD_CALLBACK_T) mdCallback, NULL, {TRDP_MD_DEFAULT_QOS, TRDP_MD_DEFAULT_TTL}, TRDP_FLAGS_DEFAULT,
^
In file included from ../../tcnopen-trdp/trdp/src/api/trdp_if_light.h:36:0,
from ../../inc/nt_trdp.h:26,
from ../../src/nt_trdp_private.h:26,
from ../../src/nt_acc_if.c:27:
../../tcnopen-trdp/trdp/src/api/trdp_types.h:283:13: note: 'retries' declared here
UINT8 retries; /</anonymous>< Retries from XML file /
^
../../src/nt_acc_if.c: In function 'nt_acc_addConfiguration':
../../src/nt_acc_if.c:999:29: warning: unused parameter 'configFlags' [-Wunused-parameter]
TRDP_CONF_FLAGS_T configFlags)
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_acc_xml.o ../../src/nt_acc_xml.c
../../src/nt_acc_xml.c: In function 'nt_acc_addXMLConfiguration':
../../src/nt_acc_xml.c:134:25: warning: unused parameter 'configFlags' [-Wunused-parameter]
TRDP_CONF_FLAGS_T configFlags)
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_amd_if.o ../../src/nt_amd_if.c
../../src/nt_amd_if.c: In function 'nt_amd_notify':
../../src/nt_amd_if.c:128:58: warning: unused parameter 'pSessionId' [-Wunused-parameter]
TRDP_UUID_T pSessionId,
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_apd_if.o ../../src/nt_apd_if.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_shared_mem.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c
../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c: In function 'vos_sharedClose':
../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c:155:18: warning: unused parameter 'pMemoryArea' [-Wunused-parameter]
const UINT8 pMemoryArea)
^
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_sock.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_sock.c
gcc -c -m32 -pipe -fvisibility=hidden -g -Wall -W -D_REENTRANT -fPIC -DPOSIX -I../../qt-build/hl-lib-shared -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_thread.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c
../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c: In function 'vos_threadIsActive':
../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c:441:16: warning: implicit declaration of function 'pthread_kill' [-Wimplicit-function-declaration]
retValue = pthread_kill ((pthread_t )thread, 0);
^
rm -f libtrdphl.so.1.0.0 libtrdphl.so libtrdphl.so.1 libtrdphl.so.1.0
g++ -m32 -Wl,-rpath,/opt/Qt/5.5/gcc -shared -Wl,-soname,libtrdphl.so.1 -o libtrdphl.so.1.0.0 trdp_dllmain.o tau_ctrl.o tau_dnr.o tau_marshall.o tau_tti.o tau_xml.o trdp_if.o trdp_mdcom.o trdp_pdcom.o trdp_stats.o trdp_utils.o trdp_xml.o vos_utils.o vos_mem.o nt_acc_if.o nt_acc_xml.o nt_amd_if.o nt_apd_if.o vos_shared_mem.o vos_sock.o vos_thread.o -lpthread
nt_acc_if.o: In function fileHandle':
/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared/../../src/nt_acc_if.c:483: warning: the use oftmpnam' is dangerous, better use `mkstemp'
ln -s libtrdphl.so.1.0.0 libtrdphl.so
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
ln -s libtrdphl.so.1.0.0 libtrdphl.so.1
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
ln -s libtrdphl.so.1.0.0 libtrdphl.so.1.0
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
rm -f ../../api/linux-x86/dbg/libtrdphl.so.1.0.0
mv -f libtrdphl.so.1.0.0 ../../api/linux-x86/dbg/
rm -f ../../api/linux-x86/dbg/libtrdphl.so
rm -f ../../api/linux-x86/dbg/libtrdphl.so.1
rm -f ../../api/linux-x86/dbg/libtrdphl.so.1.0
mv -f libtrdphl.so ../../api/linux-x86/dbg/
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
mv -f libtrdphl.so.1 ../../api/linux-x86/dbg/
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
mv -f libtrdphl.so.1.0 ../../api/linux-x86/dbg/
Makefile:303: recipe for target '../../api/linux-x86/dbg/libtrdphl.so.1.0.0' failed
make[1]: Leaving directory '/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-shared'
cd hl-lib-static/ && ( test -e Makefile || /opt/Qt/5.5/gcc/bin/qmake /home/vikas/SF-mount/SVN/system/TRDP-HL/qt-build/hl-lib-static/hl-lib-static.pro -spec linux-g++-32 CONFIG+=debug -o Makefile ) && /usr/bin/make -f Makefile
ln: failed to create symbolic link 'libtrdphl.so': Read-only file system
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
ln: failed to create symbolic link 'libtrdphl.so.1': Read-only file system
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
ln: failed to create symbolic link 'libtrdphl.so.1.0': Read-only file system
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
mv: cannot stat 'libtrdphl.so': No such file or directory
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
mv: cannot stat 'libtrdphl.so.1': No such file or directory
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
mv: cannot stat 'libtrdphl.so.1.0': No such file or directory
make[1]: [../../api/linux-x86/dbg/libtrdphl.so.1.0.0] Error 1 (ignored)
make[1]: Entering directory '/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static'
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_dllmain.o ../../tcnopen-trdp/trdp/src/common/trdp_dllmain.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_ctrl.o ../../tcnopen-trdp/trdp/src/common/tau_ctrl.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_dnr.o ../../tcnopen-trdp/trdp/src/common/tau_dnr.c
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:145:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Local -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'parseResponse':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:432:21: warning: unused parameter 'size' [-Wunused-parameter]
UINT32 size,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:433:21: warning: unused parameter 'id' [-Wunused-parameter]
UINT16 id,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'parseUpdateTCNResponse':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:801:57: warning: unused parameter 'size' [-Wunused-parameter]
UINT32 size)
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'dnrMDCallback':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:852:30: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'updateTCNDNSentry':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:918:13: warning: comparison between 'TRDP_ERR_T {aka enum <anonymous>}' and 'enum <anonymous>' [-Wenum-compare]
if (err != VOS_NO_ERR)
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: At top level:
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1025:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Public -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c: In function 'tau_getOwnIds':
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1173:25: warning: unused parameter 'appHandle' [-Wunused-parameter]
TRDP_APP_SESSION_T appHandle,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1174:25: warning: unused parameter 'devId' [-Wunused-parameter]
TRDP_LABEL_T devId,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1175:25: warning: unused parameter 'vehId' [-Wunused-parameter]
TRDP_LABEL_T vehId,
^
../../tcnopen-trdp/trdp/src/common/tau_dnr.c:1176:25: warning: unused parameter 'cstId' [-Wunused-parameter]
TRDP_LABEL_T cstId)
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_marshall.o ../../tcnopen-trdp/trdp/src/common/tau_marshall.c
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_initMarshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1006:32: warning: unused parameter 'ppRefCon' [-Wunused-parameter]
void * ppRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_marshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1065:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_unmarshall':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1138:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_marshallDs':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1212:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_unmarshallDs':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1285:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_calcDatasetSize':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1358:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_marshall.c: In function 'tau_calcDatasetSizeByComId':
../../tcnopen-trdp/trdp/src/common/tau_marshall.c:1428:22: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_tti.o ../../tcnopen-trdp/trdp/src/common/tau_tti.c
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'ttiPDCallback':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:167:30: warning: unused parameter 'pRefCon' [-Wunused-parameter]
void pRefCon,
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: At top level:
../../tcnopen-trdp/trdp/src/common/tau_tti.c:580:0: warning: ignoring #pragma mark [-Wunknown-pragmas]
#pragma mark ----------------------- Public -----------------------------
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'tau_initTTIaccess':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:603:25: warning: unused parameter 'ecspIpAddr' [-Wunused-parameter]
TRDP_IP_ADDR_T ecspIpAddr,
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c:604:26: warning: unused parameter 'hostsFileName' [-Wunused-parameter]
CHAR8 hostsFileName)
^
../../tcnopen-trdp/trdp/src/common/tau_tti.c: In function 'tau_getVehOrient':
../../tcnopen-trdp/trdp/src/common/tau_tti.c:1286:25: warning: unused parameter 'pVehLabel' [-Wunused-parameter]
TRDP_LABEL_T pVehLabel,
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o tau_xml.o ../../tcnopen-trdp/trdp/src/common/tau_xml.c
In file included from ../../tcnopen-trdp/trdp/src/common/trdp_utils.h:36:0,
from ../../tcnopen-trdp/trdp/src/common/tau_xml.c:41:
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readTelegramDef':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:425:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:425:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:465:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:465:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:480:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:480:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:496:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:496:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:551:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:551:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:591:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:591:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:607:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:607:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML source definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readXmlDatasetMap':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:697:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while creating XML dataset map!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:697:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while creating XML dataset map!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'readXmlDatasets':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:780:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:780:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
vos_printLog(VOS_LOG_ERROR, "%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:801:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:801:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c: In function 'tau_readXmlInterfaceConfig':
../../tcnopen-trdp/trdp/src/common/tau_xml.c:1057:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
../../tcnopen-trdp/trdp/src/common/tau_xml.c:1057:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'UINT32 {aka unsigned int}' [-Wformat=]
"%lu Bytes failed to allocate while reading XML telegram definitions!\n",
^
../../tcnopen-trdp/trdp/src/vos/api/vos_utils.h:102:44: note: in definition of macro 'vos_printLog'
(void) snprintf(str, sizeof(str), format, ## args); \
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_if.o ../../tcnopen-trdp/trdp/src/common/trdp_if.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_mdcom.o ../../tcnopen-trdp/trdp/src/common/trdp_mdcom.c
../../tcnopen-trdp/trdp/src/common/trdp_if.c: In function 'tlp_request':
../../tcnopen-trdp/trdp/src/common/trdp_if.c:1866:26: warning: variable 'addr' set but not used [-Wunused-but-set-variable]
TRDP_ADDRESSES_T addr;
^
../../tcnopen-trdp/trdp/src/common/trdp_if.c:1830:29: warning: unused parameter 'redId' [-Wunused-parameter]
UINT32 redId,
^
../../tcnopen-trdp/trdp/src/common/trdp_if.c: In function 'tlm_notify':
../../tcnopen-trdp/trdp/src/common/trdp_if.c:2505:29: warning: unused parameter 'pfCbFunction' [-Wunused-parameter]
TRDP_MD_CALLBACK_T pfCbFunction,
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_pdcom.o ../../tcnopen-trdp/trdp/src/common/trdp_pdcom.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_stats.o ../../tcnopen-trdp/trdp/src/common/trdp_stats.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_utils.o ../../tcnopen-trdp/trdp/src/common/trdp_utils.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o trdp_xml.o ../../tcnopen-trdp/trdp/src/common/trdp_xml.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_utils.o ../../tcnopen-trdp/trdp/src/vos/common/vos_utils.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_mem.o ../../tcnopen-trdp/trdp/src/vos/common/vos_mem.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_acc_if.o ../../src/nt_acc_if.c
../../src/nt_acc_if.c: In function 'nt_acc_init':
../../src/nt_acc_if.c:549:5: warning: missing initializer for field 'prealloc' of 'TRDP_MEM_CONFIG_T {aka struct <anonymous>}' [-Wmissing-field-initializers]
TRDP_MEM_CONFIG_T defaultMemConf = {NULL, TRDP_HL_DEFAULT_MEMSIZE};
^
In file included from ../../tcnopen-trdp/trdp/src/api/trdp_if_light.h:36:0,
from ../../inc/nt_trdp.h:26,
from ../../src/nt_trdp_private.h:26,
from ../../src/nt_acc_if.c:27:
../../tcnopen-trdp/trdp/src/api/trdp_types.h:666:13: note: 'prealloc' declared here
UINT32 prealloc[VOS_MEM_NBLOCKSIZES]; /</anonymous>< memory block structure /
^
../../src/nt_acc_if.c: In function 'nt_acc_openAppSession':
../../src/nt_acc_if.c:641:9: warning: missing initializer for field 'retries' of 'TRDP_SEND_PARAM_T {aka struct <anonymous>}' [-Wmissing-field-initializers]
(TRDP_MD_CALLBACK_T) mdCallback, NULL, {TRDP_MD_DEFAULT_QOS, TRDP_MD_DEFAULT_TTL}, TRDP_FLAGS_DEFAULT,
^
In file included from ../../tcnopen-trdp/trdp/src/api/trdp_if_light.h:36:0,
from ../../inc/nt_trdp.h:26,
from ../../src/nt_trdp_private.h:26,
from ../../src/nt_acc_if.c:27:
../../tcnopen-trdp/trdp/src/api/trdp_types.h:283:13: note: 'retries' declared here
UINT8 retries; /< Retries from XML file /
^
../../src/nt_acc_if.c: In function 'nt_acc_addConfiguration':
../../src/nt_acc_if.c:999:29: warning: unused parameter 'configFlags' [-Wunused-parameter]
TRDP_CONF_FLAGS_T configFlags)
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_acc_xml.o ../../src/nt_acc_xml.c
../../src/nt_acc_xml.c: In function 'nt_acc_addXMLConfiguration':
../../src/nt_acc_xml.c:134:25: warning: unused parameter 'configFlags' [-Wunused-parameter]
TRDP_CONF_FLAGS_T configFlags)
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_amd_if.o ../../src/nt_amd_if.c
../../src/nt_amd_if.c: In function 'nt_amd_notify':
../../src/nt_amd_if.c:128:58: warning: unused parameter 'pSessionId' [-Wunused-parameter]
TRDP_UUID_T pSessionId,
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o nt_apd_if.o ../../src/nt_apd_if.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_shared_mem.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c
../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c: In function 'vos_sharedClose':
../../tcnopen-trdp/trdp/src/vos/posix/vos_shared_mem.c:155:18: warning: unused parameter 'pMemoryArea' [-Wunused-parameter]
const UINT8 pMemoryArea)
^
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_sock.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_sock.c
gcc -c -m32 -pipe -g -fPIC -Wall -W -D_REENTRANT -DPOSIX -I../../qt-build/hl-lib-static -I/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static -I../../tcnopen-trdp/trdp/src/api -I../../tcnopen-trdp/trdp/src/common -I../../tcnopen-trdp/trdp/src/vos/api -I../../inc -I../../tcnopen-trdp/trdp/src/vos/posix -I/opt/Qt/5.5/gcc/mkspecs/linux-g++-32 -o vos_thread.o ../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c
../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c: In function 'vos_threadIsActive':
../../tcnopen-trdp/trdp/src/vos/posix/vos_thread.c:441:16: warning: implicit declaration of function 'pthread_kill' [-Wimplicit-function-declaration]
retValue = pthread_kill ((pthread_t *)thread, 0);
^
rm -f libtrdphl.a
ar cqs libtrdphl.a trdp_dllmain.o tau_ctrl.o tau_dnr.o tau_marshall.o tau_tti.o tau_xml.o trdp_if.o trdp_mdcom.o trdp_pdcom.o trdp_stats.o trdp_utils.o trdp_xml.o vos_utils.o vos_mem.o nt_acc_if.o nt_acc_xml.o nt_amd_if.o nt_apd_if.o vos_shared_mem.o vos_sock.o vos_thread.o
rm -f ../../api/linux-x86/dbg/libtrdphl.a
mv -f libtrdphl.a ../../api/linux-x86/dbg/
make[1]: Leaving directory '/home/vikas/SF-mount/SVN/system/TRDP-HL/build-trdp-hl-Desktop_Qt_5_5_1_GCC_32bit-Debug/hl-lib-static'
make: warning: Clock skew detected. Your build may be incomplete.
15:16:38: The process "/usr/bin/make" exited normally.
15:16:38: Elapsed time: 00:34.</anonymous></anonymous></anonymous></anonymous>
I also suggest to remove the trailing
\nfrom all the log messages.This allows more flexibility in the implementation of the logging function that's passed to
tlc_init().inttypes.h is a C99 feature, which some of the target compilers do not support.
inttypes.h is a C99 feature, which some of the target compilers do not support.