squish build warning when built w/o S3
This commit is contained in:
parent
891d6d97f7
commit
1cb300e68a
1 changed files with 2 additions and 1 deletions
|
@ -205,5 +205,6 @@ $if (not exists)
|
||||||
#ifdef WITH_S3
|
#ifdef WITH_S3
|
||||||
url = S3.iaItemUrl bucket
|
url = S3.iaItemUrl bucket
|
||||||
#else
|
#else
|
||||||
url = ""
|
url = case bucket of
|
||||||
|
_ -> ""
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue