C++: Change name of UncheckedReturn...Functions.ql

The previous name was identical to the name of
`Adding365DaysPerYear.ql`. It may have been a copy-paste error.
This commit is contained in:
Jonas Jensen
2019-08-28 14:03:51 +02:00
parent 1bd0c69f0e
commit d4f8e73a66

View File

@@ -1,5 +1,5 @@
/**
* @name Year field changed using an arithmetic operation is used on an unchecked time conversion function
* @name Unchecked return value for time conversion function
* @description A year field changed using an arithmetic operation is used on a time conversion function, but the return value of the function is not checked for success or failure
* @kind problem
* @problem.severity warning