Skip to content

Commit ee32ea3

Browse files
authored
Remove unused-variable in ods3/services/storage/gorilla/lib3/gorilla/micro_shard/GmscQuery.h
Differential Revision: D65859992 Pull Request resolved: #6823
1 parent 9511c21 commit ee32ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/platform/assert.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* @param[in] _cond Condition asserted as true.
7575
*/
7676
#define ET_DCHECK(_cond) ((void)0)
77+
#define ET_DEBUG_ONLY [[maybe_unused]]
7778

7879
#else // NDEBUG
7980

@@ -95,6 +96,7 @@
9596
* @param[in] _cond Condition asserted as true.
9697
*/
9798
#define ET_DCHECK(_cond) ET_CHECK(_cond)
99+
#define ET_DEBUG_ONLY
98100

99101
#endif // NDEBUG
100102

0 commit comments

Comments
 (0)