aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ChkTypWEv.c
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-05-08 09:08:07 -0700
committerUlrich Sibiller <uli42@gmx.de>2016-10-19 21:40:26 +0200
commitc19cda6d6c63d1889b0d7fd97794ac45cd4e5fca (patch)
tree3fa8044c8f32d4b6866a83452f05269f5e522cbe /nx-X11/lib/X11/ChkTypWEv.c
parentc300a430d36e1f35335896bb7a8a47f3ca8ba863 (diff)
downloadnx-libs-c19cda6d6c63d1889b0d7fd97794ac45cd4e5fca.tar.gz
nx-libs-c19cda6d6c63d1889b0d7fd97794ac45cd4e5fca.tar.bz2
nx-libs-c19cda6d6c63d1889b0d7fd97794ac45cd4e5fca.zip
Silence clang static analysis warnings for SetReqLen
This provides a simplified version of the SetReqLen macro when using clang for static analysis. Prior to this change, we would see many Idempotent operation warnings inside this macro due to the common case of calling with arg2 and arg3 being the same variable. This has no effect on code produced during compilation, but it silences a number of false positives in static analysis. XIPassiveGrab.c:170:5: warning: Assigned value is always the same as the existing value SetReqLen(req, num_modifiers, num_modifiers); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from XIPassiveGrab.c:26: .../nx-X11/lib/X11/Xlibint.h:580:8: note: instantiated from: n = badlen; \ ^ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/ChkTypWEv.c')
0 files changed, 0 insertions, 0 deletions