-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
-Wtemplate-id-cdtor
compilation warnings with GCC 14
#91206
Labels
Milestone
Comments
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Apr 29, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Apr 29, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
theromis
pushed a commit
to theromis/godot
that referenced
this issue
Apr 29, 2024
dimitry-
pushed a commit
to AndroidWasm/godot
that referenced
this issue
May 16, 2024
MewPurPur
pushed a commit
to MewPurPur/godot
that referenced
this issue
Jul 11, 2024
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 5, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 6, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
akien-mga
added a commit
to akien-mga/godot
that referenced
this issue
Nov 7, 2024
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested versions
System information
Fedora Linux 40 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600M XT (RADV NAVI33) () - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (16 Threads)
Issue description
I just upgraded to Fedora 40 which provides GCC 14.0.1 (RC version).
This version started raising a new type of warning:
We don't compile with C++20 yet (@Repiteo is working on supporting it in #89660), but it seems like GCC made this a warning for earlier versions of the standard anyway.
Here are the affected files from a Linux editor dev build:
Workaround for affected users:
werror=no
cxxflags="-Wno-error=template-id-cdtor"
to your scons commandSteps to reproduce
scons dev_build=yes dev_mode=yes
Minimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: