Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
uib_app_manager.c: warning: incompatible pointer types assigning
I have made a native program with the UI Builder.
The next warning appears:
../src/managed/src/manager/uib_app_manager.c:51:32: warning: incompatible pointer types assigning to ‘bool (*)(widget_context_h, int, int)’ from ‘bool (widget_context_h, int, int, char *)’ [-Wincompatible-pointer-types]
g_uib_app_manager.initialize = initialize;
This is generated code from the UI Builder. If I change the code and compile it the ui builder changed it back so my changes we gone.
How do I correct this warning?
I just created a new tizen project , template, wearable 2.3.2, c/ C++, UI Builder Widget Circle, Finsh.
Then build the project and the warning is there!!
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio