diff options
| author | Adam Vandenberg | 2013-02-09 12:50:41 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-09 12:50:41 -0800 |
| commit | bc54ab7585fc74694c8d3fe6fa6dcad15e421ff5 (patch) | |
| tree | c894e2a79eb7d19609f3a311702cdfabc1c3d1d8 /Library/Formula | |
| parent | dda7a3a4a602492294cd185573e9053b9abda570 (diff) | |
| download | homebrew-bc54ab7585fc74694c8d3fe6fa6dcad15e421ff5.tar.bz2 | |
uudeview: also fails with clang 425
Closes 17729.
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 32c40b5fc..a188a75c6 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 421 + build 425 cause "inews.c:195:4: error: non-void function 'append_signature' should return a value [-Wreturn-type]" end |
