Files
flatpak/app
Alexander Larsson 28229056d2 Remove C99 loop initialization
On RHEL7 compiler I got things like:

app/flatpak-builtins-search.c:196:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
   for (guint j = 0; j < remote_stores->len; ++j)

Maybe we should allow this and tweak the warnings, but for now, just make it build.

Closes: #1151
Approved by: alexlarsson
2017-11-06 09:03:50 +00:00
..
2017-11-02 00:45:43 +00:00
2017-11-02 00:45:43 +00:00
2017-11-02 00:45:43 +00:00