Mir

Code review comment for lp:~kdub/mir/split-mesa

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

Looks like with LTO enabled:

03:40:09 ../../../../../../../src/platforms/mesa/server/gbm_platform.h:52:26: error: ���egl_native_display��� violates the C++ One Definition Rule [-Werror=odr]
03:40:09 ../../../../../src/platforms/mesa/server/gbm_platform.cpp:85:22: note: ���egl_native_display��� was previously declared here
03:40:09 lto1: all warnings being treated as errors

Looks like an issue with different definitions of EGLNativeDisplayType ?

« Back to merge proposal