Skip to content

Commit

Permalink
skip clang analyer
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 2, 2017
1 parent 3da38ab commit 5f4667b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/share/frontmost_application_observer_objc.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ void krbn_frontmost_application_observer_initialize(krbn_frontmost_application_o

void krbn_frontmost_application_observer_terminate(krbn_frontmost_application_observer_objc** observer) {
if (observer) {
#ifndef __clang_analyzer__
KrbnFrontmostApplicationObserver* o = (__bridge_transfer KrbnFrontmostApplicationObserver*)(*observer);
o = nil;
#endif
}
}

0 comments on commit 5f4667b

Please sign in to comment.