Support Board
Date/Time: Mon, 10 Feb 2025 16:32:45 +0000
Post From: Compiler Issues
[2020-08-18 19:37:46] |
ForgivingComputers.com - Posts: 999 |
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? |