From e263a0d86c3ed0de8d690e8131115235577e0e7d Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 27 Aug 2012 22:00:39 +0200 Subject: [PATCH] Catched the last frickin compile warning --- src/ui/HUD.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/HUD.cc b/src/ui/HUD.cc index d696e5d..f216756 100644 --- a/src/ui/HUD.cc +++ b/src/ui/HUD.cc @@ -440,6 +440,8 @@ float HUD::refToScreenY(float y) */ void HUD::paintCenterBackground(float roll, float pitch, float yaw) { + Q_UNUSED(yaw); + // Center indicator is 100 mm wide float referenceWidth = 70.0; float referenceHeight = 70.0;