Commit c455644
committed
lib: matcher: widen matcher type bitmask assert to 64 bits
With 30 matcher types defined, the uint32_t bitmask guard only has 2
slots remaining. Widen the static_assert to uint64_t to allow the enum
to grow beyond 32 values. BF_FLAG() already uses 1ULL, so no other
changes are needed.
Closes: #4431 parent 2bd4147 commit c455644
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
0 commit comments