Bug 139943 - Give extract-localizable-strings an option to treat warnings as errors
Summary: Give extract-localizable-strings an option to treat warnings as errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-24 22:48 PST by mitz
Modified: 2014-12-25 14:45 PST (History)
0 users

See Also:


Attachments
Add --treat-warnings-as-errors option (5.40 KB, patch)
2014-12-24 22:53 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-12-24 22:48:17 PST
Add a --treat-warnings-as-errors option extract-localizable-strings, which makes it emit its warnings as errors and exit with a non-0 return code.
Comment 1 mitz 2014-12-24 22:53:56 PST
Created attachment 243740 [details]
Add --treat-warnings-as-errors option
Comment 2 mitz 2014-12-25 14:45:51 PST
Committed <http://trac.webkit.org/r177741>.