Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress compiler warning for unused BufferToHexString #873

Merged
merged 1 commit into from Sep 25, 2016

Conversation

smcv
Copy link
Contributor

@smcv smcv commented Sep 25, 2016

This function is only called when debugging challenges.


g++ 6 warns about unused static functions by default. It does not warn about unused static inline functions, so this could be made inline instead if desired, but I think this is the better fix.

This function is only called when debugging challenges.
@xycaleth xycaleth merged commit 2470310 into JACoders:master Sep 25, 2016
@smcv smcv deleted the unused-buffer-to-hex branch September 25, 2016 17:46
eternalcodes pushed a commit to eternalcodes/EternalJK that referenced this pull request Aug 21, 2018
Suppress compiler warning for unused BufferToHexString

Former-commit-id: 995d176
eternalcodes pushed a commit to eternalcodes/EternalJK that referenced this pull request Aug 21, 2018
Suppress compiler warning for unused BufferToHexString
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.

None yet

2 participants