Skip to content

test/test_theft_integration: mark internal function as static#49

Open
codyps wants to merge 1 commit into
silentbicycle:masterfrom
codyps:test-mark-internal-static
Open

test/test_theft_integration: mark internal function as static#49
codyps wants to merge 1 commit into
silentbicycle:masterfrom
codyps:test-mark-internal-static

Conversation

@codyps

@codyps codyps commented Jan 16, 2019

Copy link
Copy Markdown
Contributor

trial_post_repeat_with_verbose_set() is local to this translation unit,
and lacks any seperate prototype. Mark it as static to keep it local.

Enabling `-Wmissing-prototypes' complains about issues like this one.

trial_post_repeat_with_verbose_set() is local to this translation unit,
and lacks any seperate prototype. Mark it as static to keep it local.

Enabling `-Wmissing-prototypes' complains about issues like this one.
@silentbicycle

Copy link
Copy Markdown
Owner

For what it's worth, I'm most of the way through a rewrite of >3/4 of the codebase -- I'm restructuring everything so that it's able to use multiple cores. It's probably not worth making cleanup changes like this until the next release.

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.

2 participants