Bug 659625

Summary: spurious warning
Product: [Fedora] Fedora Reporter: ritz <rkhadgar>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-03 09:23:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
affected file none

Description ritz 2010-12-03 09:04:10 UTC
Created attachment 464527 [details]
affected file

Description of problem:
When building evolution-ews , I end up with spurious warning

exchange-ews-account-listener.c:44:17: warning: 'create_profile_entry' declared 'static' but never defined
exchange-ews-account-listener.c:133:1: warning: 'lookup_account_info' defined but not used
exchange-ews-account-listener.c:149:1: warning: 'find_source_by_fid' defined but not used

Version-Release number of selected component (if applicable):
gcc-4.5.1-6.fc15.x86_64

How reproducible:
alawys

Steps to Reproduce:
1. git clone git://git.infradead.org/evolution-ews.git
2. cd evolution-ews
3.  make distclean ; ./autogen.sh  && make all dist

  
Actual results:
warning

Expected results:
no warning 

Additional info:
I am not able to minimize this down to a readable test case.