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

fix warning on non MS systems for using sprintf instead of snprintf #580

Merged

Conversation

gittiver
Copy link
Member

this fixes a warning on non microsoft compilers for using deprecated sprintf instead of using snprintf

include/crow/json.h Outdated Show resolved Hide resolved
@gittiver gittiver force-pushed the fix_msc_compatible_snprintf_warning branch 3 times, most recently from dfd038b to bc0b0b5 Compare December 21, 2022 22:19
@gittiver gittiver requested a review from mrozigor December 22, 2022 21:09
@gittiver gittiver force-pushed the fix_msc_compatible_snprintf_warning branch from bc0b0b5 to a77d7bd Compare December 25, 2022 17:25
@gittiver
Copy link
Member Author

gittiver commented Jan 6, 2023

will it blend?

@mrozigor
Copy link
Member

mrozigor commented Jan 9, 2023

We can try, maybe it won't blow up ;)

@mrozigor mrozigor merged commit a92aee4 into CrowCpp:master Jan 9, 2023
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