From: Gonzha Dmitriy Evgenevich Date: Wed, 3 May 2017 16:29:22 +0000 (+0300) Subject: Fix build with ASan X-Git-Tag: submit/tizen/20170516.115551~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9064ca1e20f14376fc3c24d94cf0f2d8ad9aca4;p=profile%2Fmobile%2Fapps%2Fnative%2Findicator.git Fix build with ASan Unused global variables caused a conflict with ASan build. Problem fixed by their remove Change-Id: I2660582ec481379ce9d8d26ea15cfae0533604c8 --- diff --git a/inc/main.h b/inc/main.h index 225a20a..e803419 100644 --- a/inc/main.h +++ b/inc/main.h @@ -349,10 +349,4 @@ struct appdata { void (*update_display) (int); }; -int isSimShowing; // For Simcard Icon -int isRSSI1Showing; // For RSSI1 Icon -int isRSSI2Showing; // For RSSI2 Icon -int isSilentShowing; // For Silent Icon -int isWifiDirectShowing; // For WiFi Direct Icon - #endif /* __DEF_indicator_H__ */