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)
Sat, Dec 21, 3:57 PM
Unknown Object (File)
Sat, Dec 21, 3:56 PM
Unknown Object (File)
Sat, Dec 21, 3:08 PM
Unknown Object (File)
Sat, Dec 21, 3:06 PM
Unknown Object (File)
Nov 28 2024, 10:32 AM
Unknown Object (File)
Nov 17 2024, 9:04 PM
Unknown Object (File)
Oct 4 2024, 11:46 PM
Unknown Object (File)
Oct 4 2024, 4:57 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.