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

Double declaration of float types #655

Closed
ladisgin opened this issue Nov 20, 2023 · 0 comments · Fixed by #656
Closed

Double declaration of float types #655

ladisgin opened this issue Nov 20, 2023 · 0 comments · Fixed by #656
Assignees
Labels
bug Something isn't working

Comments

@ladisgin
Copy link
Member

In stub files

error: two or more data types in declaration specifiers
  214 | typedef float _Float32;
      |               ^~~~~~~~
warning: useless type name in empty declaration
  214 | typedef float _Float32;
      | ^~~~~~~
...
@ladisgin ladisgin added the bug Something isn't working label Nov 20, 2023
@ladisgin ladisgin self-assigned this Nov 20, 2023
@ladisgin ladisgin linked a pull request Nov 23, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in UTBot C/C++ Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant