Warning with code "{0}" was already disabled (AJTERR10052)
Product(s) | Karo.Net Compiler |
---|
Description
The “warningDisable” directive was called on an error code which was already disabled.
#warningDisable 10000; #warningDisable 10000; ^^^^^ This warning was disabled twice.
How can I resolve this error?
Remove this instruction.