C56: Option value overridden for option <OptionName>. Old value `<OldValue>', new value `<NewValue>'.

[DISABLE, INFORMATION, WARNING , ERROR]

Description

This message is issued when two or more sub options (of the same option) which are mutually exclusive are passed as arguments to the compiler.

Example
  crs08.exe -Mb -Ml

  
  /*WARNING C56: Option value overridden for option -M. Old 
  value 'b', new value 'l'.*/