Page MenuHomeFreeBSD

Fix databases/soci build w/ clang.
ClosedPublic

Authored by adridg on Jan 4 2018, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 8, 8:12 PM
Unknown Object (File)
Tue, Sep 8, 4:17 PM
Unknown Object (File)
Tue, Sep 8, 6:10 AM
Unknown Object (File)
Mon, Sep 7, 11:33 PM
Unknown Object (File)
Mon, Sep 7, 12:34 PM
Unknown Object (File)
Sun, Sep 6, 12:53 PM
Unknown Object (File)
Sat, Sep 5, 11:00 PM
Unknown Object (File)
Sat, Sep 5, 3:39 PM
Subscribers

Details

Summary

Add upstream patch that fixes bogus pointer-vs-int comparison.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14121
Build 14296: arc lint + arc unit

Event Timeline

Come to think of it, if this previously compiled, the comparison
would be wrong and it's a bug which can mis-report an error.
While here, drop the BROKEN lines, since this fixes exactly that error.

Looks good from my side.

This revision is now accepted and ready to land.Jan 4 2018, 9:12 PM
This revision was automatically updated to reflect the committed changes.