Bug 115190

Summary: printf-style problems
Product: [Fedora] Fedora Reporter: d.binderman
Component: nautilus-mediaAssignee: Colin Walters <walters>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-21 18:28:55 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:

Description d.binderman 2004-02-08 10:47:46 UTC
Description of problem:

I just tried to compile package nautilus-media-0.3.1-1 from Fedora.

The compiler said

1.

gnome-test.c:37: warning: too many arguments for format

The source code is

        g_print ("DEBUG: running audio_view_dispose\n", av);

Suggest %p for av

        g_print ("DEBUG: running audio_view_dispose %p\n", av);


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Colin Walters 2004-06-21 18:28:55 UTC
I just fixed this upstream.