-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
enabled and fixed -Wmissing-variable-declarations Clang warnings
#3667
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
base: devel
Are you sure you want to change the base?
Conversation
|
Still some some cases to resolve which are not straight forward to fix. There also appears to be at least one conflict which a global variable with the same name existing in different contexts (which could also be a bug). I will outline this in an additional comment if the changes are complete. As a follow-up PR (or additional commit if desired) I would rename |
|
I've made a few changes, but I'm unable to push to your branch. Do you want to take a look at https://github.com/matt335672/xrdp/tree/fw_missing-var-decl ? You should be able to merge it in to your branch and edit/rebase as appropriate. The FUSE errors are down to incorrectly nested |
|
I updated my branch at 2025-11-14 10:28 approx to fix some more compilation errors. I'm not going to touch it now until I hear from you. |
|
You are fast. This was just posted to get a beat on on the prefix and if the duplicated instances might be a bug. I will take a look later to align your changes into mine.
Alright, I will add another commit which adjusts this. |
0173408 to
b0136aa
Compare
Add a new include file to declare variables in xcommon.c which have types specific to X11
b0136aa to
a326d30
Compare
|
Ready for review? |
Not yet. Still need to cleanup/squash some of the commits. |
No description provided.