Skip to content

Commit c5b0bd1

Browse files
author
Daniel Kroening
committed
add a 'u' for optics
1 parent d724523 commit c5b0bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/gcc_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void configure_gcc(const gcc_versiont &gcc_version)
148148
// ISO/IEC TS 18661-3:2015 support was introduced with gcc 7.0
149149
if(
150150
gcc_version.flavor == gcc_versiont::flavort::GCC &&
151-
gcc_version.is_at_least(7))
151+
gcc_version.is_at_least(7u))
152152
{
153153
config.ansi_c.ts_18661_3_Floatn_types = true;
154154
}

0 commit comments

Comments
 (0)