-
Notifications
You must be signed in to change notification settings - Fork 1
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
Review code #2
Comments
@briehm Is here happening something? |
Push |
It seems like GCC is not getting that the process_id is used inside the Debug-Macros:
The Clang compiler warns about either GNU Extensions and Macros or the remaining (afaik unfixable) Padding issues.. |
Yes. That's because the preprocessor eliminates those before the compiler does its actual work. But I think that would be overcomplicated. What do you mean?
Yeah. I think thats okay. |
Check complete code and fix remaining warnings.
The text was updated successfully, but these errors were encountered: