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!!