Table of Contents

The "warningEnable" and "warningDisable" instructions only allow for numeric values (AJTERR10050)

Product(s) Karo.Net Compiler

Description

The “warningEnable” and “warningDisable” instructions only take a nummeric value as parser instruction value.

#warningEnable AJTERR10000;
               ^^^^^^^^^^^ Not a nummeric value. "10000" should be the provided here.

How can I resolve this error?

Provide a correct error code.