Mir

Comment 0 for bug 1194385

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

lp:mir no longer builds on raring due to:

In file included from /home/dan/bzr/mir/trunk/src/server/lttng/message_processor_report.cpp:24:0:
/home/dan/bzr/mir/trunk/src/server/lttng/message_processor_report_tp.h:30:1: warning: missing initializer for member ‘tracepoint::padding’ [-Wmissing-field-initializers]
/home/dan/bzr/mir/trunk/src/server/lttng/message_processor_report_tp.h:41:1: warning: missing initializer for member ‘tracepoint::padding’ [-Wmissing-field-initializers]
cc1plus: error: unrecognized command line option "-Wno-return-type-c-linkage" [-Werror]
cc1plus: all warnings being treated as errors

I know people like to argue that we only support saucy, but that's no a valid argument if we need to support other Linux distros too. Some are bound to have the same compiler as raring. So it should be supported. Looks simple enough that we've got no excuse not to.