On Thu, Mar 27, 2025 at 03:32:59PM +, Andre Przywara wrote:
> In some cases in the generic code, we were already using switch/case
> fallthrough annotations comments, though in a way which might not be
> understood by most compilers.
>
> Replace two non-standard /* no break */ comments with o
In some cases in the generic code, we were already using switch/case
fallthrough annotations comments, though in a way which might not be
understood by most compilers.
Replace two non-standard /* no break */ comments with our fallthrough;
statement-like macro, to make this visible to the compiler.
2 matches
Mail list logo