Fix clang-tidy modernize-macro-to-enum warnings in headers

This commit is contained in:
Tim Wojtulewicz 2025-06-09 19:03:51 -07:00
parent 6b34d4d094
commit 451b25cfad
4 changed files with 10 additions and 7 deletions

View file

@ -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)