We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi-teams!
I have issue with function C as below:
int test() { #ifdef(FUNCTION) { int var_data = 0; #else { int var_data = 1; #endif } return 0; }
The lizard tool can not detect this function.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Thank for your response! I tried your solution, but it still can not detect this function. Could you confirm source code oke?
Sorry, something went wrong.
please try run with a -Ecpre option. it will ignore code in the #else branch.
-Ecpre
No branches or pull requests
Hi-teams!
I have issue with function C as below:
The lizard tool can not detect this function.
Thank you very much!
The text was updated successfully, but these errors were encountered: