diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2020-01-02 19:01:55 +0100 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2020-01-02 19:02:04 +0100 |
commit | b0f595104932cf594fbf1f4675d138299abcc4fe (patch) | |
tree | 2733a3f67ef92fd15d28515db723caa10c151134 /coverity-model.c | |
parent | 0745b614543b35481fc58c23edb77f633fc686e6 (diff) | |
download | libgphoto2-b0f595104932cf594fbf1f4675d138299abcc4fe.tar.gz |
make the coverity model valid again
Diffstat (limited to 'coverity-model.c')
-rw-r--r-- | coverity-model.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverity-model.c b/coverity-model.c index 7ffb45567..9874ed3f4 100644 --- a/coverity-model.c +++ b/coverity-model.c @@ -6,6 +6,7 @@ typedef unsigned int uint32_t; typedef unsigned long long uint64_t; typedef void *PTPParams; +typedef void *PTPContainer; uint16_t htod16p (PTPParams *params, uint16_t var) { __coverity_tainted_data_return__(); } uint16_t dtoh16p (PTPParams *params, uint16_t var) { __coverity_tainted_data_return__(); } |