Skip to content

Commit 2f76585

Browse files
committed
fbc: suppress warning when bootstrapping
1 parent 004f0cd commit 2f76585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/fbc.bas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,8 @@ private function hLinkFiles( ) as integer
12641264
exit function
12651265
end if
12661266

1267-
put #f, 533, clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
1267+
dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
1268+
put #f, 533, value
12681269

12691270
close #f
12701271

0 commit comments

Comments
 (0)