Support Board
Date/Time: Mon, 10 Feb 2025 16:26:31 +0000
Post From: Compiler Issues
[2020-08-18 13:58:49] |
rahul - Posts: 167 |
Hello, something is wrong with your compiler. My exact same code was compiling yesterday but today I am getting this issue: (I using the inbuilt SC Compiler) I have tried with both version 2130 and 2150. Please fix compiler issues. Anchor_18Aug2020_1.cpp: In function 'int ModifyOrder(SCStudyInterfaceRef, int, float)':
Anchor_18Aug2020_1.cpp:697:1: warning: control reaches end of non-void function [-Wreturn-type] 697 | } | ^ Anchor_18Aug2020_1.cpp: In function 'int CancelOrder(SCStudyInterfaceRef, int)': Anchor_18Aug2020_1.cpp:722:1: warning: control reaches end of non-void function [-Wreturn-type] 722 | } | ^ User contributed studies are also not working, even though I have version 2149 and higher. Date Time Of Last Edit: 2020-08-18 18:02:05
|