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]; }
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.