Skip to content
Snippets Groups Projects
Commit 913d5b0a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Remove unused coverity_model.c

parent b1aa5102
No related branches found
No related tags found
No related merge requests found
Pipeline #43936 passed with warnings
/* Coverity Scan model
*
* This is a modeling file for Coverity Scan. Modeling helps to avoid false
* positives.
*
* - A model file can't import any header files.
* - Therefore only some built-in primitives like int, char and void are
* available but not wchar_t, NULL etc.
* - Modeling doesn't need full structs and typedefs. Rudimentary structs
* and similar types are sufficient.
* - An uninitialized local pointer is not an error. It signifies that the
* variable could be either NULL or have some data.
*
* Coverity Scan doesn't pick up modifications automatically. The model file
* must be uploaded by an admin in the analysis settings of
* https://scan.coverity.com/projects/200
*/
/* empty modeling file for now */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment