What does reserved mean?
I have public Sql:init_sql() { which retuns a sql pointer, however the compiler says warning:208: reserved
:/ Wtf? I've tried changing it to random numbers and stuff, doesnt work |
warning 208: reserved which appears in compiler 2.6 (I also got it several times) is an old warning that was supposed to be removed from the compiler and changed to an error but CompuPhase forgot to remove the reference that still generates it.
In an older compiler (1.8.4) the warning meant: function uses both "return;" and "return <value>;" Now, you should get error 078 which means exactly the same. I will post on ITB Compuphase's boards about it. |
I get the same warning with this code:
Code:
With old compiler it doesn't give any warnings and works. |
From what it seems, it doesnt like public functions with some type of var ..
Sql: bool: etc... Can't really test atm, because I lack the compiler |
| All times are GMT -4. The time now is 17:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.