Mir

include/mir_toolkit/input/event.h:90:18: warning: declaration does not declare anything [enabled by default]

Bug #1151745 reported by Daniel van Vugt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mir
Fix Released
Medium
Alan Griffiths

Bug Description

[ 32%] Building C object tests/client-language/CMakeFiles/client-language-test-c89.dir/c89.c.o
In file included from /home/dan/bzr/mir/egldemo/tests/client-language/c89.c:26:0:
/home/dan/bzr/mir/egldemo/include/mir_toolkit/input/event.h:90:18: warning: declaration does not declare anything [enabled by default]

                struct PointerCoordinates
                {
                    int id;
                    float x, raw_x;
                    float y, raw_y;
                    float touch_major;
                    float touch_minor;
                    float size;
                    float pressure;
                    float orientation;
                }; <-------------------- here tis
                struct PointerCoordinates pointer_coordinates[MIR_INPUT_EVENT_MAX_POINTER_COUNT];

This should have been an error but it seems we forgot to enable -Werror for plain old C.

Related branches

Changed in mir:
status: New → Confirmed
assignee: nobody → Alan Griffiths (alan-griffiths)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

Fix committed into lp:mir at revision 477, scheduled for release in mir, milestone 0.0.2

Changed in mir:
status: Confirmed → Fix Committed
Changed in mir:
milestone: none → 0.0.3
Changed in mir:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.