0

I want to change the severity of a VCS message from warning to error.

E.g.:

Warning-[TMR] Text macro redefined

I want to change TMR to Error severity instead of warning.

Please suggest me a way of doing this. Where am I supposed to do this setting?

toolic
  • 57,801
  • 17
  • 75
  • 117
PRASHANTH N
  • 13
  • 1
  • 3

1 Answers1

0

You should add the next flag to your VCS command: -error="TMR"

Mixhab
  • 421
  • 3
  • 14