SUPPRESSING SECURITY WARNINGS
old c functions are considered a security risk. by default, modern compilers such as Visual Studio will not let a programmer compile or run a program that may contain old c functions such as 'scanf.' IOT suppress the warnings and bypass the restriction, follow the steps below.
METHOD 1: VIA PREPROCESSOR CONFIG
METHOD 2: VIA MACRO
Last updated