After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783868 - tests: dash & adaptivedemux: move iterator variable declaration out of `for`
tests: dash & adaptivedemux: move iterator variable declaration out of `for`
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-16 18:14 UTC by Scott D Phillips
Modified: 2017-06-17 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] tests: dash & adaptivedemux: move iterator variable declaration out of `for` (2.61 KB, patch)
2017-06-16 18:14 UTC, Scott D Phillips
committed Details | Review

Description Scott D Phillips 2017-06-16 18:14:18 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.
Comment 1 Sebastian Dröge (slomo) 2017-06-17 08:00:01 UTC
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