Inlining failed warning should not be occurred.
It seems that the inlining failed issue is related with stack size.
Anyway we should avoid this kind of error, this patch will remove "inline" keyword which is detected by GCC.
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: Ibfdefba4440e227dc705e293b1b094589c95167a
}
}
-static inline void update_box(struct dynamicbox *dynamicbox, xmlNodePtr node)
+static void update_box(struct dynamicbox *dynamicbox, xmlNodePtr node)
{
if (!xmlHasProp(node, (const xmlChar *)"type")) {
dynamicbox->dbox_type = DBOX_TYPE_FILE;