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

Fixing compile issues in Linux, adding CMake #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dmikushin
Copy link

Hi @mmorearty ,

Thank you for publishing a very useful streamprintf library! It's amazingly handy when one needs to quickly redirect printf() in legacy code for internal processing.

I would like to offer some simple fixes to use your library in modern times. The most significant issue is that 'long' and 'int' are usually same only in Windows. Other fixes silence some GCC warnings. Finally, I add CMake file to 'include' your library into software builds managed by CMake.

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