UnitTestBot / UTBotCpp

Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Apache License 2.0
158 stars 27 forks source link

Double declaration of float types #655

Closed ladisgin closed 1 year ago

ladisgin commented 1 year ago

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;
      | ^~~~~~~
...