Skip to content

Commit e2d227f

Browse files
authored
Merge pull request #6032 from vmihalko/bad_ref_type
goto-cc: Fix compilation with GCC 11
2 parents 5601657 + 9db8e6c commit e2d227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-cc/ms_link_cmdline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void ms_link_cmdlinet::process_link_option(const std::string &s)
333333
return;
334334
}
335335

336-
for(const std::string &ms_link_option : ms_link_options)
336+
for(const std::string ms_link_option : ms_link_options)
337337
{
338338
// These are case insensitive.
339339
if(

0 commit comments

Comments
 (0)