Skip to content

Commit

Permalink
fbc: suppress warning when bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Nov 5, 2023
1 parent ff86179 commit 01062dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compiler/fbc.bas
Expand Up @@ -1264,7 +1264,8 @@ private function hLinkFiles( ) as integer
exit function
end if

put #f, 533, clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
put #f, 533, value

close #f

Expand Down

0 comments on commit 01062dc

Please sign in to comment.