Packaging a project with yellow warnings

is it ok to package a project with the yellow warnings in the log? the project seems to work fine and packages with success in the end. I mean , is it doable this way , or should all warnings be removed? has anyone else packaged and distributed or used projects with warnings? thanks

No opinions?

Warnings may be about things that do not apply to what you are doing or they may be about choices you need to be aware or they may just be noise or they may be a game breaking bug in the making that will destroy your project.

You need to read each warning and decide if it is relevant individually.