(no subject)



Hi, 
the following function snippet

------
GtkWidget* create_LearnDialog (void)
{
...
}

GtkWidget* LearnForm;

LearnForm = create_LearnDialog();
----
generates this warning:

warning: assignment makes pointer from integer without a cast


please,  give me some idea about what is wrong here.

regards,
joro




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]