diff options
| author | Adam Vandenberg | 2013-01-14 15:45:25 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-14 15:45:27 -0800 |
| commit | af5b5e60df3d60ec6a2711258cb3b4b05bf19e7e (patch) | |
| tree | 8325149f1dff0065359ef61357bdc31fe95be12a /Library | |
| parent | 119ec0090a642abe425f5a2359e25e9941f1a9b4 (diff) | |
| download | homebrew-af5b5e60df3d60ec6a2711258cb3b4b05bf19e7e.tar.bz2 | |
ldid: update fails-with-clang
Closes #16411.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ldid.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb index 4d4a76bd8..be57520e1 100644 --- a/Library/Formula/ldid.rb +++ b/Library/Formula/ldid.rb @@ -6,8 +6,8 @@ class Ldid < Formula sha1 '0254b29f913f7fd10ec9a6d8891d36805980f649' fails_with :clang do - build 318 - cause "Undefined symbols when linking" + build 421 + cause "util/ldid.cpp:574:36: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]" end # Adds support for armv7 binaries |
