-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evergreen.c: Avoid declarations after labels.
Labels followed by declarations within the same block will trigger compiler errors on Debian 10 and Debian 11, presumably due to the older version of gcc in use. As this is technically not correct, move the declarations prior to the labels. Resolves: #3
- Loading branch information
1 parent
9b626d8
commit ada3015
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters