After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679057 - Fix compile-time warning
Fix compile-time warning
Status: RESOLVED FIXED
Product: gnome-screenshot
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-screenshot-maint
gnome-screenshot-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-28 11:39 UTC by Bastien Nocera
Modified: 2012-06-28 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compile-time warning (934 bytes, patch)
2012-06-28 11:39 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-06-28 11:39:43 UTC
.
Comment 1 Bastien Nocera 2012-06-28 11:39:45 UTC
Created attachment 217511 [details] [review]
Fix compile-time warning

screenshot-filename-builder.c:295:1: warning: no previous prototype for 'screenshot_build_filename_async' [-Wmissing-prototypes]
screenshot-filename-builder.c:322:1: warning: no previous prototype for 'screenshot_build_filename_finish' [-Wmissing-prototypes]
Comment 2 Cosimo Cecchi 2012-06-28 15:37:56 UTC
Review of attachment 217511 [details] [review]:

Looks good.
Comment 3 Bastien Nocera 2012-06-28 16:03:44 UTC
Attachment 217511 [details] pushed as c494f44 - Fix compile-time warning