diff -r 41042d2af523 -r 91123d004e8f locationcentre/lcservice/src/lcservice.cpp --- a/locationcentre/lcservice/src/lcservice.cpp Fri Mar 12 15:42:12 2010 +0200 +++ b/locationcentre/lcservice/src/lcservice.cpp Mon Mar 15 12:40:01 2010 +0200 @@ -233,7 +233,9 @@ { // The Filter construction without any arguments will act as no filtering // applied on the list of Location based Applications and Contents/Services. + // coverity[var_decl : FALSE] TLcLocationAppFilter filter; + // coverity[uninit_use_in_call : FALSE] return iImplementation->SelectLocationApplicationL( filter ); }