chore: Remove redundant void argument from functions (3) - #3027
Open
CryoTheRenegade wants to merge 2 commits into
Open
chore: Remove redundant void argument from functions (3)#3027CryoTheRenegade wants to merge 2 commits into
CryoTheRenegade wants to merge 2 commits into
Conversation
|
| Filename | Overview |
|---|---|
| Core/Libraries/Source/debug/debug_stack.inl | Updates the SymGetOptions debug-helper macro signature from (void) to the C++-equivalent (). |
| Core/Tools/Autorun/autorun.cpp | Mechanically modernizes no-argument declarations and definitions without changing executable behavior. |
| Core/Tools/Babylon/TransDB.h | Rewrites no-argument member signatures while preserving their types and qualifiers. |
| Core/Tools/WW3D/max2w3d/w3dappdata.h | Removes redundant void parameter tokens from the exporter API without changing its interface semantics. |
| GeneralsMD/Code/Tools/WorldBuilder/include/TeamObjectProperties.h | Modernizes no-argument WorldBuilder member declarations and inline definitions with no behavioral change. |
Reviews (4): Last reviewed commit: "refactor: Remove more instances of void ..." | Re-trigger Greptile
CryoTheRenegade
force-pushed
the
refactor/remove-remaining-redundant-void-arguments
branch
from
July 29, 2026 01:13
5de469a to
5f4ede8
Compare
Skyaero42
reviewed
Jul 29, 2026
Skyaero42
left a comment
There was a problem hiding this comment.
One point of attention, the rest looks fine.
|
I searched for regex |
Author
Thanks! |
CryoTheRenegade
force-pushed
the
refactor/remove-remaining-redundant-void-arguments
branch
from
July 29, 2026 16:11
97db682 to
a4c6b8d
Compare
xezon
approved these changes
Jul 29, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed 1,791 redundant sole-void parameter lists from C++ declarations and definitions across 308 files, including tool sources not covered by the Visual Studio solution.