Login Page - Create Account

Support Board


Date/Time: Tue, 04 Nov 2025 18:58:35 +0000



Post From: Compiler Issues

[2020-08-18 19:37:46]
ForgivingComputers.com - Posts: 1154
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 | }
| ^

These are warnings. Are you sure it did not compile?