ntrel commented on this pull request.


>  {
-       GKeyFile *config;
-       GPtrArray *ft_names;
-} ForEachData;
-
-
-static void foreach_project_filetype(gpointer data, gpointer user_data)
-{
-       GeanyFiletype *ft = data;
-       ForEachData *d = user_data;

C really should require a cast for these to highlight the unsafety.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2270#pullrequestreview-278537342

Reply via email to