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 some compiler warnings #1278

Merged
merged 4 commits into from
Apr 30, 2020

Conversation

MasterDuke17
Copy link
Contributor

By adding some casts and using correct sized format string directives.

src/6model/reprs/P6opaque.c Outdated Show resolved Hide resolved
src/profiler/configuration.c Outdated Show resolved Hide resolved
src/spesh/arg_guard.c Outdated Show resolved Hide resolved
By adding some casts and using correct sized format string directives.
It's not supposed to have a '\0' at the end and if it's 8 letters it
should end in a letter, so str* functions aren't the right choice.
Silences a compiler warning.
@MasterDuke17 MasterDuke17 merged commit bdf182f into MoarVM:master Apr 30, 2020
@MasterDuke17 MasterDuke17 deleted the fix_some_compiler_warnings branch April 30, 2020 07:47
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