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

Fix warning related to missing-variable-declarations. #5070

Merged

Conversation

Jackie9527
Copy link
Contributor

@Jackie9527 Jackie9527 commented Apr 19, 2023

Fix the following warnings when -Wno-missing-variable-declarations is removed.

D:\workspace\CODE\assimp\code\AssetLib\Blender\BlenderCustomData.cpp(99,1): message : declare 'static' if the variable
is not intended to be used outside of this translation unit [D:\workspace\CODE\assimp\build-msvc-clang\code\assimp.vcxp
roj]

…lobal variables.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
…lobal variables.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
…lobal variable.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
…lobal variable.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
…lobal variable.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
@Jackie9527
Copy link
Contributor Author

There is a conflict, I will fix it ASAP.

@kimkulling kimkulling merged commit cea40f2 into assimp:master Apr 26, 2023
11 checks passed
@kimkulling
Copy link
Member

I tried to fix it, hopefully in the right way. Thanks for your contribution.

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

Successfully merging this pull request may close these issues.

None yet

2 participants