silence warnings (#790)

This commit is contained in:
Erik Fröjdh
2023-07-26 15:54:51 +02:00
committed by GitHub
parent d5ce03918c
commit 7383b13f16
2 changed files with 11 additions and 4 deletions

View File

@ -30,7 +30,8 @@
// C includes
#include <stdint.h>
#endif
//Need macros for C compatibility
//NOLINTBEGIN(cppcoreguidelines-macro-usage)
#define BIT32_MASK 0xFFFFFFFF
#define MAX_RX_DBIT 64
@ -79,7 +80,7 @@
#define DEFAULT_STREAMING_TIMER_IN_MS 500
#define NUM_RX_THREAD_IDS 9
//NOLINTEND(cppcoreguidelines-macro-usage)
#ifdef __cplusplus
class slsDetectorDefs {
public: