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

-Wsign-conversion warning to look into when compiling with emscripten em++ #4662

Open
2 tasks
vittorioromeo opened this issue Feb 22, 2025 · 0 comments
Open
2 tasks

Comments

@vittorioromeo
Copy link

Description

json.hpp:19471:23: warning: implicit conversion changes signedness: 'unsigned int' to 'difference_type' (aka 'long') [-Wsign-conversion]
 19471 |         buffer_ptr += n_chars;
       |                    ~~ ^~~~~~~
json.hpp:18995:25: note: in instantiation of function template specialization 'nlohmann::detail::serializer<nlohmann::basic_json<>>::dump_integer<unsigned long long, 0>' requested here
 18995 |                         dump_integer(val.m_data.m_value.binary->subtype());
       |                         ^
json.hpp:21308:15: note: in instantiation of member function 'nlohmann::detail::serializer<nlohmann::basic_json<>>::dump' requested here
 21308 |             s.dump(*this, true, ensure_ascii, static_cast<unsigned int>(indent));
       |               ^
mycode.cpp:447:56: note: in instantiation of member function 'nlohmann::basic_json<>::dump' requested here
  447 |     std::ofstream(filename) << nlohmann::json(profile).dump();
      |                                                        ^

Reproduction steps

N/A

Expected vs. actual results

N/A

Minimal code example

Error messages

Compiler and operating system

emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 4.0.3-git (a9651ff57165f5710bb09a5fe52590fd6ddb72df) clang version 21.0.0

Library version

3.11.3

Validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant