Loading lib_com/disclaimer.c +2 −0 Original line number Diff line number Diff line Loading @@ -55,3 +55,5 @@ int16_t print_disclaimer( FILE *fPtr ) return 0; } #undef WMC_TOOL_SKIP scripts/prepare_mem_dryrun.py +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ for d in dirs: with open(fileIn, 'r') as f_in: lines = f_in.readlines() with open(fileIn, 'w') as f_out: skip = 0 for line in lines: if re.search(r'#define\W+WMC_TOOL_SKIP', line): skip = 1 Loading Loading
lib_com/disclaimer.c +2 −0 Original line number Diff line number Diff line Loading @@ -55,3 +55,5 @@ int16_t print_disclaimer( FILE *fPtr ) return 0; } #undef WMC_TOOL_SKIP
scripts/prepare_mem_dryrun.py +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ for d in dirs: with open(fileIn, 'r') as f_in: lines = f_in.readlines() with open(fileIn, 'w') as f_out: skip = 0 for line in lines: if re.search(r'#define\W+WMC_TOOL_SKIP', line): skip = 1 Loading