mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Minor modification #6073
This commit is contained in:
parent
746fe5cdac
commit
9a9e6b7a44
@ -140,6 +140,6 @@
|
|||||||
/// It could be any magic number.
|
/// It could be any magic number.
|
||||||
#define DBMS_DISTRIBUTED_SENDS_MAGIC_NUMBER 0xCAFECABE
|
#define DBMS_DISTRIBUTED_SENDS_MAGIC_NUMBER 0xCAFECABE
|
||||||
|
|
||||||
/// A macro for suppressing warnings about unused variables. Useful for
|
/// A macro for suppressing warnings about unused variables or function results.
|
||||||
/// structured bindings which have no standard way to declare this.
|
/// Useful for structured bindings which have no standard way to declare this.
|
||||||
#define UNUSED_VARIABLE(X) (void) (X)
|
#define UNUSED(X) (void) (X)
|
||||||
|
Loading…
Reference in New Issue
Block a user