GNOME Bugzilla – Bug 783868
tests: dash & adaptivedemux: move iterator variable declaration out of `for`
Last modified: 2017-06-17 08:00:25 UTC
Created attachment 353915 [details] [review] [PATCH] tests: dash & adaptivedemux: move iterator variable declaration out of `for` This is a c99-ism that gcc 4.8.5 errors on unless -std=c99 is specified.
commit 25d2b8a6086fbdfd318c9f18f7c5112292b1814c (HEAD -> master) Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Fri Jun 16 18:08:39 2017 -0700 tests: dash & adaptivedemux: move iterator variable declaration out of `for` This is a c99-ism that gcc 4.8.5 errors on unless -std=c99 is specified. https://bugzilla.gnome.org/show_bug.cgi?id=783868