-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Compilation warnings not reported by CI jobs #29033
Comments
Here're warnings I'm getting with 5cc1c7d. Most of these already were reported in various issues. 🔸 Xcode 10.2.1, macOS build:
🔸 Xcode 10.2.1, iOS build:
🔸 MinGW-w64 6.0.0-1 / GCC 8.3.0 cross-build on macOS:
|
2 tasks
I'm going to move the remaining warnings to platform-specific tickets, it will be easier to have a good overview. |
13 tasks
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Jun 15, 2019
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0. JS can now build with `werror=yes warnings=extra`. MinGW64 still has a few warnings to resolve with `warnings=extra`, and only one with `warnings=all`. Part of godotengine#29033 and godotengine#29801.
myhalibobo
pushed a commit
to myhalibobo/godot
that referenced
this issue
Sep 3, 2019
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0. JS can now build with `werror=yes warnings=extra`. MinGW64 still has a few warnings to resolve with `warnings=extra`, and only one with `warnings=all`. Part of godotengine#29033 and godotengine#29801.
@akien-mga Should this issue be closed now? |
Yes, seems I forgot to. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version:
9e214ad
OS/device including version:
Various
Issue description:
We only test a limited number of build configurations on Travis and AppVeyor, and only some of those jobs treat warnings as errors, so there are still some warnings produced by some specific configurations which need to be handled. They should be listed in this issue.
🔸 Emscripten 1.38.30, javascript build:
p=javascript tools=yes
inplatform/javascript/audio_driver_javascript.cpp
p=javascript tools=yes
inmodules/webrtc/webrtc_peer_js.cpp
The text was updated successfully, but these errors were encountered: