Enforce comment with static assert (#6699)
This commit is contained in:
parent
3cf0ea5950
commit
d58777351b
|
@ -52,4 +52,7 @@ enum WellKnownEndpoints {
|
|||
WLTOKEN_RESERVED_COUNT // 23
|
||||
};
|
||||
|
||||
static_assert(WLTOKEN_PROTOCOL_INFO ==
|
||||
10); // Enforce that the value of this endpoint does not change per comment above.
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue