Bug 139593 - FA_clalsadrv-1.0.1-6: 2 * buglets
Summary: FA_clalsadrv-1.0.1-6: 2 * buglets
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SUSE Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Marcus Rückert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 14:42 UTC by David Binderman
Modified: 2006-01-23 15:55 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2005-12-16 14:42:27 UTC
I just tried to compile package FA_clalsadrv-1.0.1-6 with the Intel C compiler 

It said

1.

clalsadrv.cc(606): warning #1011: missing return statement at end of non-void function "Alsa_driver::set_hwpar"

The source code is

    }
}

I have read the source code, and I agree with the compiler. Suggest add return statement.

2.

clalsadrv.cc(579): warning #592: variable "n" is used before its value is set

The source code is

fprintf (stderr, "Alsa_driver: can't set %s channel count to %u.\n", sname, n);

Suggest initialise local variable "n" before first use.

I tried to contact the author [ fons.adriaensen@skynet.be ] but didn't get an answer.
Comment 1 Marcus Rückert 2006-01-23 15:55:07 UTC
seems the update to 1.0.3 fixed that warning.