squish build warning when built w/o S3

This commit is contained in:
Joey Hess 2018-04-22 13:53:02 -04:00
parent 891d6d97f7
commit 1cb300e68a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -205,5 +205,6 @@ $if (not exists)
#ifdef WITH_S3
url = S3.iaItemUrl bucket
#else
url = ""
url = case bucket of
_ -> ""
#endif