summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-05 17:09:52 +0200
committerlukefromdc <[email protected]>2018-05-07 02:36:35 -0400
commit5ed053f9c332465a173c3ceeb8e3e16dfdbfc440 (patch)
treebd2798a507cc89d44ea908ee6ae5379ea6735157 /src
parente88c26a010b0e3b06317680cdce397ef77c137d4 (diff)
downloadcaja-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')
0 files changed, 0 insertions, 0 deletions