Ticket #11993: 0006-Fix-GCC-5-unused-variable-warning.patch

File 0006-Fix-GCC-5-unused-variable-warning.patch, 704 bytes (added by mt, 9 years ago)
  • src/preferences/time/ClockView.cpp

    From 272e9f57d0c8388466060f021b33de9866b44a36 Mon Sep 17 00:00:00 2001
    From: Murai Takashi <tmurai01@gmail.com>
    Date: Sun, 19 Apr 2015 18:02:16 +0900
    Subject: [PATCH 6/6] Fix GCC 5 unused-variable warning.
    
    ---
     src/preferences/time/ClockView.cpp | 2 --
     1 file changed, 2 deletions(-)
    
    diff --git a/src/preferences/time/ClockView.cpp b/src/preferences/time/ClockView.cpp
    index 4755824..0474682 100644
    a b  
    2626
    2727
    2828static const char* kDeskbarSignature = "application/x-vnd.Be-TSKB";
    29 static const float kIndentSpacing
    30     = be_control_look->DefaultItemSpacing() * 2.3;
    3129
    3230
    3331#undef B_TRANSLATION_CONTEXT