diff options
author | raveit65 <[email protected]> | 2018-05-05 17:09:52 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-05-07 02:36:35 -0400 |
commit | 5ed053f9c332465a173c3ceeb8e3e16dfdbfc440 (patch) | |
tree | bd2798a507cc89d44ea908ee6ae5379ea6735157 /src/file-manager/fm-desktop-icon-view.c | |
parent | e88c26a010b0e3b06317680cdce397ef77c137d4 (diff) | |
download | caja-5ed053f9c332465a173c3ceeb8e3e16dfdbfc440.tar.bz2 caja-5ed053f9c332465a173c3ceeb8e3e16dfdbfc440.tar.xz |
libcaja-private: fix -Wlogical-not-parentheses build warning
fixes this warning:
caja-undostack-manager.c: In function 'retrieve_files_to_restore':
caja-undostack-manager.c:1967:38: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if (!(g_hash_table_size (trashed)) > 0) {
^
caja-undostack-manager.c:1967:7: note: add parentheses around left hand side expression to silence this warning
if (!(g_hash_table_size (trashed)) > 0) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( )
Diffstat (limited to 'src/file-manager/fm-desktop-icon-view.c')
0 files changed, 0 insertions, 0 deletions