On Tue, Nov 22, 2016 at 02:24:06PM +0000, Mike Leach wrote:
Changed ocsd_deregister_decoders() to ocsd_deregister_decoders(void) to comply with strict build rules in perf tools.
Signed-off-by: Mike Leach mike.leach@linaro.org
decoder/include/c_api/opencsd_c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/decoder/include/c_api/opencsd_c_api.h b/decoder/include/c_api/opencsd_c_api.h index 798551b..0fee736 100644 --- a/decoder/include/c_api/opencsd_c_api.h +++ b/decoder/include/c_api/opencsd_c_api.h @@ -403,7 +403,7 @@ OCSD_C_API ocsd_err_t ocsd_register_custom_decoder(const char *name, ocsd_extern @return ocsd_err_t : Library error code - RCDTL_OK if successful. */ -OCSD_C_API ocsd_err_t ocsd_deregister_decoders(); +OCSD_C_API ocsd_err_t ocsd_deregister_decoders(void);
Yes, I can easily see the perf build getting angry at this.
/** Get a string representation of a custom protocol packet. -- 2.7.4
CoreSight mailing list CoreSight@lists.linaro.org https://lists.linaro.org/mailman/listinfo/coresight