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

Compiling flecs with clang-cl #996

Merged
merged 3 commits into from
Jul 18, 2023

Conversation

MilanDierick
Copy link
Contributor

Remaining issues:

  • flecs/src/addons/os_api_impl/windows_impl.inl:46:33: warning: incompatible pointer types passing 'int32_t *' (aka 'int *') to parameter of type 'volatile long *' [-Wincompatible-pointer-types]
  • flecs/src/addons/os_api_impl/windows_impl.inl:53:33: warning: incompatible pointer types passing 'int32_t *' (aka 'int *') to parameter of type 'volatile long *' [-Wincompatible-pointer-types]
  • flecs/src/addons/os_api_impl/windows_impl.inl:230:28: warning: implicit conversion from 'LONGLONG' (aka 'long long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
  • flecs/src/addons/http.c:341:30: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'socklen_t' (aka 'int') [-Wsign-conversion]
  • flecs/src/addons/http.c:352:29: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
  • flecs/src/addons/http.c:1144:22: warning: comparison of integers of different signs: 'int' and 'SOCKET' (aka 'unsigned long long') [-Wsign-compare]

@SanderMertens
Copy link
Owner

LGTM, thanks for the PR!

@SanderMertens SanderMertens merged commit 132764e into SanderMertens:master Jul 18, 2023
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.

2 participants