~raof/mir/proper-driver-loading

« back to all changes in this revision

Viewing changes to tests/include/mir_test_doubles/mock_android_alloc_device.h

  • Committer: Christopher James Halse Rogers
  • Date: 2014-11-27 04:57:28 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20141127045728-rtlr58ckdkhnbocy
Implement server-side graphics platform probe

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define MIR_TEST_DOUBLES_MOCK_ANDROID_ALLOC_DEVICE_H_
20
20
 
21
21
#include <gmock/gmock.h>
 
22
#pragma GCC diagnostic push
 
23
#pragma GCC diagnostic ignored "-Wpedantic"
 
24
#pragma GCC diagnostic ignored "-Wunused-parameter"
22
25
#include <hardware/gralloc.h>
 
26
#pragma GCC diagnostic pop
23
27
 
24
28
namespace mir
25
29
{