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

Switch to LF-only line breaks #105

Closed
wants to merge 1 commit into from
Closed

Conversation

eyalroz
Copy link

@eyalroz eyalroz commented Jun 28, 2021

Fixes issue #104 by converting all line breaks from CRLF to LF only.

@eyalroz eyalroz closed this Sep 27, 2021
@eyalroz eyalroz deleted the lf-linebreaks branch September 27, 2021 18:47
KarlK90 pushed a commit to qmk/printf that referenced this pull request Jul 7, 2022
…explicit, and some additional minor changes:

* Now compiling with the `-Wconversion` warning flag when using clang or gcc.
* In all cases noticed by gcc in which an implicit conversion was made which could change the converted value - have changed the conversion to be explicit.
* Renamed: `get_sign()` -> `get_sign_bit()` (so as to clarify the return value is either 0 or 1, not -1 or 1).
* Added explanatory comment for the `double_components` structure.
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

1 participant