1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-26 03:54:55 +00:00

Remove google-runtime-references check

This commit is contained in:
Carles Fernandez
2019-02-14 12:51:43 +01:00
parent 31383258b0
commit 719af13a33
11 changed files with 41 additions and 37 deletions

View File

@@ -93,7 +93,7 @@ public:
*
* \param[in] boost::shared_ptr<gr::msg_queue> control_queue
*/
void set_control_queue(const gr::msg_queue::sptr& control_queue);
void set_control_queue(const gr::msg_queue::sptr control_queue); // NOLINT(performance-unnecessary-value-param)
unsigned int processed_control_messages()