diff options
author | Pablo Barciela <[email protected]> | 2019-03-15 16:26:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-19 23:34:10 +0200 |
commit | 1f2fb73be707d951078cfc8d3a64623cbaf53456 (patch) | |
tree | 58a7f769facb2aafceedcd78c6398acd5d4d188f /po/da.po | |
parent | f9da15db10e31c9e1569c105adc29cf80aaf4811 (diff) | |
download | caja-1f2fb73be707d951078cfc8d3a64623cbaf53456.tar.bz2 caja-1f2fb73be707d951078cfc8d3a64623cbaf53456.tar.xz |
caja-property-browser: Fix cast from non-struct type to struct type
Fixes Clang static analyzer warnings:
caja-property-browser.c:1242:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption
CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER (data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
caja-property-browser.c:1414:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption
CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER (data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
caja-property-browser.c:1450:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption
CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER(data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'po/da.po')
0 files changed, 0 insertions, 0 deletions