We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d724523 commit c5b0bd1Copy full SHA for c5b0bd1
src/ansi-c/gcc_version.cpp
@@ -148,7 +148,7 @@ void configure_gcc(const gcc_versiont &gcc_version)
148
// ISO/IEC TS 18661-3:2015 support was introduced with gcc 7.0
149
if(
150
gcc_version.flavor == gcc_versiont::flavort::GCC &&
151
- gcc_version.is_at_least(7))
+ gcc_version.is_at_least(7u))
152
{
153
config.ansi_c.ts_18661_3_Floatn_types = true;
154
}
0 commit comments