Bug 59986

Summary: [GTK] Compiler warning in Tools/MiniBrowser/main.c
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, cgarcia, commit-queue, xan.lopez
Priority: P3 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

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.