Bug 98493 - [EFL][WK2] Fix mktemp() compilation warning in Minibrowser
Summary: [EFL][WK2] Fix mktemp() compilation warning in Minibrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 98334
  Show dependency treegraph
 
Reported: 2012-10-05 00:56 PDT by Chris Dumez
Modified: 2012-10-05 09:30 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.88 KB, patch)
2012-10-05 00:59 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-10-05 00:56:07 PDT
We have the following compilation warning in Minibrowser:

Building C object Tools/MiniBrowser/efl/CMakeFiles/MiniBrowser.dir/main.c.o
/home/chris/unencrypted/WebKit/Tools/MiniBrowser/efl/main.c: In function ‘on_download_request’:
/home/chris/unencrypted/WebKit/Tools/MiniBrowser/efl/main.c:216:9: warning: passing argument 1 of ‘mktemp’ discards ‘const’ qualifier from pointer target type [enabled by default]
Comment 1 Chris Dumez 2012-10-05 00:59:29 PDT
Created attachment 167273 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-05 09:29:59 PDT
Comment on attachment 167273 [details]
Patch

Clearing flags on attachment: 167273

Committed r130517: <http://trac.webkit.org/changeset/130517>
Comment 3 WebKit Review Bot 2012-10-05 09:30:04 PDT
All reviewed patches have been landed.  Closing bug.