<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Whenever I compile the RTS I get these warnings. Are they necessary?</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Simon<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">In file included from rts/Schedule.c:16:0: error: <br>rts/Schedule.c: In function ‘schedule’:<br><br>rts/Schedule.h:143:1: error:<br>   warning: inlining failed in call to ‘appendToRunQueue’: call is unlikely and code size would grow [-Winline]<br>   143 | appendToRunQueue (Capability *cap, StgTSO *tso)<br>     | ^~~~~~~~~~~~~~~~<br>  |<br>143 | appendToRunQueue (Capability *cap, StgTSO *tso)<br>  | ^<br><br>rts/Schedule.c:1226:9: error:<br>   note: called from here<br>   1226 |     appendToRunQueue(cap,t);<br>     |     ^~~~~~~~~~~~~~~~~~~~~~~<br>   |<br>1226 |     appendToRunQueue(cap,t);<br>   |     ^<br><br>In file included from rts/Schedule.c:16:0: error: <br><br>rts/Schedule.h:164:1: error:<br>   warning: inlining failed in call to ‘pushOnRunQueue’: call is unlikely and code size would grow [-Winline]<br>   164 | pushOnRunQueue (Capability *cap, StgTSO *tso)<br>     | ^~~~~~~~~~~~~~<br>  |<br>164 | pushOnRunQueue (Capability *cap, StgTSO *tso)<br>  | ^<br><br>rts/Schedule.c:1228:9: error:<br>   note: called from here<br>   1228 |     pushOnRunQueue(cap,t);<br>     |     ^~~~~~~~~~~~~~~~~~~~~<br>   |<br>1228 |     pushOnRunQueue(cap,t);<br>   |     ^<br>rts/Schedule.c: At top level:<br>cc1: warning: unrecognized command line option ‘-Wno-nonportable-include-path’<br></div></div>