Fix compilation error when building for Linux (non Android)
authorAyan Halder <ayan.halder@arm.com>
Wed, 25 Dec 2019 23:27:12 +0000 (23:27 +0000)
committerDerek Lamberti <derek.lamberti@arm.com>
Mon, 30 Dec 2019 14:26:06 +0000 (14:26 +0000)
commit12575ec6e9a936292ee1915b078b0bf0015c4438
tree6bacf4c4d12c5aa261940fa4c7cb639d30e17655
parentf2fa51031b0cf64a93da1dec9d3abd8c4ee3a13c
Fix compilation error when building for Linux (non Android)

When building for Linux, 'boost::ignore_unused()' should be used to suppress
the following error :-
error: unused parameter 's' [-Werror=unused-parameter]

Change-Id: I9ecfe93c75ee4117eb6d2e1e75442179cee9fec9
include/armnn/Logging.hpp