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

Compiler warnings #11

Open
mgerhardy opened this issue Mar 8, 2023 · 1 comment
Open

Compiler warnings #11

mgerhardy opened this issue Mar 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mgerhardy
Copy link
Contributor

I get these compiler warnings with clang and -Wdocumentation

/home/mgerhardy/dev/engine/src/modules/voxelformat/external/libvxl.h:187:6: warning: '@returns' command used in a comment that is attached to a function returning void [-Wdocumentation]
//! @returns *nothing, see result param*
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mgerhardy/dev/engine/src/modules/voxelformat/external/libvxl.h:229:12: warning: parameter 'map' not found in the function declaration [-Wdocumentation]
//! @param map stream to free
           ^~~
/home/mgerhardy/dev/engine/src/modules/voxelformat/external/libvxl.h:229:12: note: did you mean 'stream'?
//! @param map stream to free
           ^~~
           stream
@xtreme8000 xtreme8000 added the bug Something isn't working label Apr 2, 2023
@xtreme8000
Copy link
Owner

The doc is unfortunately a bit outdated.

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
None yet
Development

No branches or pull requests

2 participants