[Bug 740673] codecparsers: some compiler warnings with apple-gcc42
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 25 02:06:07 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740673
GStreamer | gst-plugins-bad | git
--- Comment #7 from sreerenj <bsreerenj at gmail.com> 2014-11-25 10:06:02 UTC ---
(In reply to comment #6)
> thx for the clarification.
> Then to fix the warning I got on CHECK_ALLOWED (vps->num_hrd_parameters, 0, 1);
> (warning: comparison is always true due to limited range of
> data type), should I create a macro CHECK_ALLOWED_UNSIGNED
> (vps->num_hrd_parameters, 1) ?
Why can't you use your new macro CHECK_ALLOWED_MAX(num_hrd_param, 1) after
CHECK_ALLOWED() ?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list