diff options
| author | nibbles 2bits | 2012-10-12 08:50:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-12 10:39:34 -0700 |
| commit | 069fb7d2abcd7e7bf016b5ee4be02751ed814cb1 (patch) | |
| tree | bfba42b8d793b2bada7eddf85a07ea28ce49537f /Library/Formula | |
| parent | d08725fa0423f78f0e47c3f6f9386925541a472a (diff) | |
| download | homebrew-069fb7d2abcd7e7bf016b5ee4be02751ed814cb1.tar.bz2 | |
uudeview: update fails_with build to 421
- This still fails with clang @ XCode-4.5.1, clang-4.1 build 421.
- Update the formula.
- Works with superenv
Closes #15426.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uudeview.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uudeview.rb b/Library/Formula/uudeview.rb index 87e0ed3ab..32c40b5fc 100644 --- a/Library/Formula/uudeview.rb +++ b/Library/Formula/uudeview.rb @@ -6,7 +6,7 @@ class Uudeview < Formula sha1 '2c6ab7d355b545218bd0877d598bd5327d9fd125' fails_with :clang do - build 318 + build 421 cause "inews.c:195:4: error: non-void function 'append_signature' should return a value [-Wreturn-type]" end |
