justniffer: still fails with clang 425

Closes Homebrew/homebrew#19137.
master
Adam Vandenberg 2013-05-06 12:07:09 -07:00
parent 481cf46205
commit 4f8a93b8f7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Justniffer < Formula
depends_on "boost"
fails_with :clang do
build 421
build 425
cause <<-EOS.undent
Symbols declared inline in headers are then expected by the linker.
Probably declaring them static would fix it properly.