-
Notifications
You must be signed in to change notification settings - Fork 19
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
Freerdp 3 and casts #44
base: master
Are you sure you want to change the base?
Conversation
akallabeth
commented
Apr 23, 2021
- Add compile time option to link freerdp3
- Remove function pointer casts
Cast function pointer arguments in implementation so that changes in functin pointer arguments emit warnings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hardening benefit of d7e9840 is that if we change something with the function pointers we immediately get a compiler warning whereas the previous casts did hide all changes. |
@akallabeth why the massiv reformatting? |
@bmiklautz you mean the reordered includes or the removed function pointer casts? |
@bmiklautz the answer for the removed function pointer casts is easy, so that changes to the function signature will spill warnings when compiled |
05344b2
to
b8e6113
Compare