Skip to content

Always include config.h before util.h - #839

Open
vkareh wants to merge 1 commit into
masterfrom
fix-config-h-include-order
Open

Always include config.h before util.h#839
vkareh wants to merge 1 commit into
masterfrom
fix-config-h-include-order

Conversation

@vkareh

@vkareh vkareh commented Aug 11, 2026

Copy link
Copy Markdown
Member

The util.h file guards verbose output through WITH_VERBOSE_MODE, which is defined in config.h. This means that verbose mode would have never worked on some of these files unless config.h was included first.

All other files with verbose output calls already include config.h.

The util.h file guards verbose output through WITH_VERBOSE_MODE, which
is defined in config.h. This means that verbose mode would have never
worked on some of these files unless config.h was included first.

All other files with verbose output calls already include config.h.
@vkareh
vkareh requested a review from a team August 11, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant