mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Qualification of an integer return type as volatile is ignored by the compiler. To clarify, an integer value (not a variable), which is what the return type is, can not be assigned to anyway, so qualification as volatile does not make sense.