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

expected unqualified-id before numeric constant #5

Open
tjuwhy opened this issue Nov 11, 2020 · 3 comments
Open

expected unqualified-id before numeric constant #5

tjuwhy opened this issue Nov 11, 2020 · 3 comments

Comments

@tjuwhy
Copy link
Collaborator

tjuwhy commented Nov 11, 2020

when make


/data/sFuzz/liboracle/Common.h:17:15: error: expected unqualified-id before numeric constant
 const uint8_t OVERFLOW = 7;
               ^
/data/sFuzz/liboracle/Common.h:18:15: error: expected unqualified-id before numeric constant
 const uint8_t UNDERFLOW = 8;
@cl0udee
Copy link

cl0udee commented May 15, 2022

same issue, do you have any solutions?

@tjuwhy
Copy link
Collaborator Author

tjuwhy commented May 15, 2022

It seems to be a conflict with other constants. So I refactor these two variables to ORACLE_OVERFLOW and ORACLE_UNDERFLOW, then the compilation passed.

@cl0udee
Copy link

cl0udee commented May 15, 2022

It seems to be a conflict with other constants. So I refactor these two variables to ORACLE_OVERFLOW and ORACLE_UNDERFLOW, then the compilation passed.

thanks, i will try it

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

No branches or pull requests

2 participants