W8009 Constant is long (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

(Command-line option to display warning: -wcln)

The compiler encountered one of the following:

  • a decimal constant greater than 32,767 or
  • an octal, hexadecimal, or decimal constant greater than 65,535 without a letter l or L following it

The constant is treated as a long.