BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@@ -134,6 +134,8 @@ CFunctionLayoutCheckDataDeclaration = 1
|
||||
CFunctionLayoutCheckNoInitOfVariable = 1
|
||||
# Check whether no use of STATIC for functions
|
||||
CFunctionLayoutCheckNoStatic = 1
|
||||
# Check whether no use of Deprecated functions
|
||||
CFunctionLayoutCheckNoDeprecated = 1
|
||||
|
||||
#
|
||||
# Include Files Checking
|
||||
|
Reference in New Issue
Block a user