| Summary: | mas.c:222: bad for loop ? | ||
|---|---|---|---|
| Product: | liboil | Reporter: | dcb314 |
| Component: | unknown | Assignee: | David Schleef <ds> |
| Status: | NEW --- | QA Contact: | David Schleef <ds> |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
mas.c:222:19: warning: iteration 8u invokes undefined behavior [-Waggressive-loop-optimizations] const int taps[8] = { -8, 4, 46, 86, 86, 46, 4, -8 }; for(i=0;i<12;i++){ data[i] = taps[i]; }