Bug 59986 - [GTK] Compiler warning in Tools/MiniBrowser/main.c
Summary: [GTK] Compiler warning in Tools/MiniBrowser/main.c
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Martin Robinson
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-05-02 17:12 PDT by Martin Robinson
Modified: 2011-05-02 21:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.32 KB, patch)
2011-05-02 17:13 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-05-02 17:12:06 PDT
/bin/mkdir -p ./.deps/DerivedSources
  CC     Tools/MiniBrowser/gtk/Programs_MiniBrowser-main.o
../../Tools/MiniBrowser/gtk/main.c:58:5: warning: missing initializer
../../Tools/MiniBrowser/gtk/main.c:58:5: warning: (near initialization for ‘commandLineOptions[1].short_name’)
  CCLD   Programs/MiniBrowser
Comment 1 Martin Robinson 2011-05-02 17:13:39 PDT
Created attachment 92012 [details]
Patch
Comment 2 Xan Lopez 2011-05-02 18:53:39 PDT
Comment on attachment 92012 [details]
Patch

OK.
Comment 3 WebKit Commit Bot 2011-05-02 19:34:21 PDT
Comment on attachment 92012 [details]
Patch

Rejecting attachment 92012 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-3', 'apply-..." exit_code: 1

Last 500 characters of output:
autoinstalled/mechanize/_urllib2_fork.py", line 332, in _call_chain
    result = func(*args)
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1170, in https_open
    return self.do_open(conn_factory, req)
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1118, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 60] Operation timed out>

Full output: http://queues.webkit.org/results/8534239
Comment 4 WebKit Commit Bot 2011-05-02 21:46:09 PDT
Comment on attachment 92012 [details]
Patch

Clearing flags on attachment: 92012

Committed r85583: <http://trac.webkit.org/changeset/85583>
Comment 5 WebKit Commit Bot 2011-05-02 21:46:14 PDT
All reviewed patches have been landed.  Closing bug.