Merge lp:~bregma/geis/deb-751539 into lp:geis

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 330
Merged at revision: 331
Proposed branch: lp:~bregma/geis/deb-751539
Merge into: lp:geis
Diff against target: 38 lines (+2/-4)
3 files modified
include/geis/geis.h (+1/-1)
libgeis/geis_backend_multiplexor.c (+0/-3)
testsuite/x11_mocks/x11_mocks.c (+1/-0)
To merge this branch: bzr merge lp:~bregma/geis/deb-751539
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+261337@code.launchpad.net

Commit message

fix errors reported when build with clang

Description of the change

Fixes errors reported when build with clang.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Christopher Townsend (townsend) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'include/geis/geis.h'
--- include/geis/geis.h 2013-11-25 02:22:33 +0000
+++ include/geis/geis.h 2015-06-08 00:39:15 +0000
@@ -858,7 +858,7 @@
858858
859typedef unsigned int GeisInputDeviceId;859typedef unsigned int GeisInputDeviceId;
860860
861#define GEIS_ALL_INPUT_DEVICES ((GeisInputDeviceId)0)861#define GEIS_ALL_INPUT_DEVICES ((GeisInputDeviceId*)0)
862862
863/**863/**
864 * Prototype for input device callback functions.864 * Prototype for input device callback functions.
865865
=== modified file 'libgeis/geis_backend_multiplexor.c'
--- libgeis/geis_backend_multiplexor.c 2012-12-04 12:39:16 +0000
+++ libgeis/geis_backend_multiplexor.c 2015-06-08 00:39:15 +0000
@@ -31,9 +31,6 @@
3131
32typedef struct CallbackInfo *CallbackInfo;32typedef struct CallbackInfo *CallbackInfo;
3333
34static const GeisSize cbib_initial_size = 4;
35static const GeisFloat cbib_expansion_factor = 1.5;
36
37struct CallbackInfo34struct CallbackInfo
38{35{
39 int fd;36 int fd;
4037
=== modified file 'testsuite/x11_mocks/x11_mocks.c'
--- testsuite/x11_mocks/x11_mocks.c 2012-09-05 14:38:58 +0000
+++ testsuite/x11_mocks/x11_mocks.c 2015-06-08 00:39:15 +0000
@@ -366,6 +366,7 @@
366{366{
367 XMOCK_PRINT_FUNCTION;367 XMOCK_PRINT_FUNCTION;
368 (void)dpy;368 (void)dpy;
369 (void)values_mask;
369370
370 XSyncAlarmNotifyEvent alarm_notify;371 XSyncAlarmNotifyEvent alarm_notify;
371 alarm_notify.type = xmock_xsync_event_base + XSyncAlarmNotify;372 alarm_notify.type = xmock_xsync_event_base + XSyncAlarmNotify;

Subscribers

People subscribed via source and target branches