Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2
csound
csound-gcc-warning-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File csound-gcc-warning-fix.diff of Package csound
--- Opcodes/gab/sliderTable.c-dist 2007-06-11 18:20:22.000000000 +0200 +++ Opcodes/gab/sliderTable.c 2007-06-11 18:29:35.000000000 +0200 @@ -364,9 +364,9 @@ static int sliderTable64(CSOUND *csound, break; \ } \ *outTable++ = \ - *yt1++ = *c1++ * value + *c2++ * *yt1; /* filters the output */ \ + *yt1 = *c1++ * value + *c2++ * *yt1; /* filters the output */ \ \ - min++; max++; j++; ftp++; \ + yt1++; min++; max++; j++; ftp++; \ } \ } \ return OK;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor