C2706: Octal Number

[WARNING]

Description

An octal number was parsed.

Example
  int f(void) {

  
    return 0100; // warning

  
  }

  
Tips

If you want to have a decimal number, don't write a '0' at the beginning.