mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-17 21:29:16 -04:00
Silence two more compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3307 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
|
||||
// nspd=3072; //18.75 WPM
|
||||
nspd=2048 + 512; //22.5 WPM
|
||||
int ic0=85*4*udata->nsps;
|
||||
for(int i=0 ; i<framesToProcess; i++ ) {
|
||||
for(uint i=0 ; i<framesToProcess; i++ ) {
|
||||
phi += dphi;
|
||||
if(phi>twopi) phi -= twopi;
|
||||
i2=32767.0*sin(phi);
|
||||
|
||||
Reference in New Issue
Block a user