From: Gabe Black Date: Wed, 27 Nov 2019 12:12:40 +0000 (-0800) Subject: systemc: Suppress a spurious clang warning in the systemc headers. X-Git-Tag: v19.0.0.0~239 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ac429af8744edeba100bb8617184da474a5dd1f;p=gem5.git systemc: Suppress a spurious clang warning in the systemc headers. Change-Id: Ife2251d370133383debda9b0439cb84eca80978d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23126 Reviewed-by: Giacomo Travaglini Maintainer: Gabe Black Tested-by: kokoro --- diff --git a/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh b/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh index 71fbf1b90..75f8f0ab3 100644 --- a/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh +++ b/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh @@ -169,6 +169,9 @@ class tlm_base_initiator_socket : protected: export_type m_export; + + private: + using port_type::bind; }; //