mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Fix clang-tidy modernize-macro-to-enum warnings in headers
This commit is contained in:
parent
6b34d4d094
commit
451b25cfad
4 changed files with 10 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
// NOLINTBEGIN(modernize-macro-to-enum)
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -306,3 +307,5 @@
|
|||
|
||||
/* compiled with Spicy support */
|
||||
#cmakedefine HAVE_SPICY
|
||||
|
||||
// NOLINTEND(modernize-macro-to-enum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue