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

Warnings in gz-launch6-windows CI #209

Open
Crola1702 opened this issue Jan 26, 2023 · 0 comments
Open

Warnings in gz-launch6-windows CI #209

Crola1702 opened this issue Jan 26, 2023 · 0 comments
Labels
bug Something isn't working 🌱 garden Ignition Garden

Comments

@Crola1702
Copy link

Environment

  • OS Version: Windows
  • Binary build - Garden

Description

Steps to reproduce

  1. Run a build in ign_launch-gz-6-win
  2. Wait for it to finish and show 20 warnings

Output

Reference build: https://build.osrfoundation.org/job/ign_gazebo-ign-6-win/165/msbuild/#categoryContent

Warnings categories:

  • C4244 - 12

    JoyToTwist.cc:133
    'argument': conversion from 'T' to 'int', possible loss of data

  • C4005 - 1

    backward.hpp:323
    'NOMINMAX': macro redefinition

  • C4251 - 2

    Manager.hh:56
    'gz::launch::GZ_LAUNCH_VERSION_NAMESPACE::Manager::dataPtr': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'gz::launch::GZ_LAUNCH_VERSION_NAMESPACE::Manager'

  • C4068 - 3

    EntityComponentManager.hh:55
    unknown pragma 'GCC'

  • C4267 - 2

    random:192
    'argument': conversion from 'size_t' to 'std::seed_seq::result_type', possible loss of data

@Crola1702 Crola1702 added bug Something isn't working 🌱 garden Ignition Garden labels Jan 26, 2023
@osrf-triage osrf-triage added this to Inbox in Core development Jan 26, 2023
@azeey azeey moved this from Inbox to To do in Core development Feb 3, 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 🌱 garden Ignition Garden
Projects
Status: To do
Development

No branches or pull requests

1 participant