diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2015-06-09 23:30:50 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2015-06-09 23:42:03 -0700 |
commit | 9fe7f5ccada37e2d2a2fa92064b92a0334a3fcdd (patch) | |
tree | 1694c530c07f38f843e471a488aada33cbd65a3b | |
parent | 0b9c32489131a5723bd78decf5d2557b94207cf4 (diff) |
XQuartz: Silence -Wunused-variable
X11Controller.m:939:9: warning: unused variable 'remain' [-Wunused-variable,Unused Entity Issue]
int remain;
^
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/X11Controller.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/X11Controller.m b/hw/xquartz/X11Controller.m index c3c697616..a5c513861 100644 --- a/hw/xquartz/X11Controller.m +++ b/hw/xquartz/X11Controller.m @@ -936,7 +936,6 @@ extern char *bundle_id_prefix; - (void) applicationWillTerminate:(NSNotification *)aNotification _X_NORETURN { - int remain; [X11App prefs_synchronize]; /* shutdown the X server, it will exit () for us. */ |