]> granicus.if.org Git - transmission/commit
Fix build break from previous commit on old Clangs
authorMike Gelfand <mikedld@mikedld.com>
Sun, 10 Mar 2019 16:52:27 +0000 (19:52 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Sun, 10 Mar 2019 16:52:27 +0000 (19:52 +0300)
commit1442f8fdedf1a7be41293759572a43e198147fcd
treeba08c647ffda5997d49af873dfabe33e0c3d3570
parent36110e18c4c4728bea3f72702120d6fbcb7b9c09
Fix build break from previous commit on old Clangs

Remove static assert altogether: it should have worked everywhere anyway,
otherwise there is no point.

Add a few casts here and there to ensure proper type for directory handle.
libtransmission/file-posix.c