Bug 659625 - spurious warning
Summary: spurious warning
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-03 09:04 UTC by ritz
Modified: 2010-12-03 09:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-03 09:23:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
affected file (37.04 KB, text/plain)
2010-12-03 09:04 UTC, ritz
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.