Skip to content

Prevent compiler warnings in select0r #169

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

Merged
merged 1 commit into from
May 23, 2023
Merged

Conversation

rrrapha
Copy link
Contributor

@rrrapha rrrapha commented May 22, 2023

This stops compiler (clang) warnings like the following:

warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
ax = 0.5 - fabsf(fabsf(hue - chue) - 0.5);

@jaromil jaromil merged commit 6981960 into dyne:master May 23, 2023
@rrrapha rrrapha deleted the select0r branch May 28, 2023 09:25
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