5c0bdc3203
Suppress the unaligned packed member address warnings by extending the telemetry library build flags with -Wno-address-of-packed-member option, through the WERROR_FLAGS makefile variable. With this change additional warnings are turned on to be treated as errors, which causes the following build issues to be seen: - no previous prototype [-Werror=missing-prototypes] - initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] - old-style function definition [-Werror=old-style-definition] - variable may be used before its value is set (when using icc compiler). Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_telemetry_internal.h | ||
rte_telemetry_parser_test.c | ||
rte_telemetry_parser.c | ||
rte_telemetry_parser.h | ||
rte_telemetry_socket_tests.h | ||
rte_telemetry_version.map | ||
rte_telemetry.c | ||
rte_telemetry.h |