-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix damlc warnings & compile flags (#12404)
`--ghc-option=-Werror` turns warnings into errors, `--ghc-option=-Wwarn` undoes exactly that so this clearly was not doing anything sensible. changelog_begin changelog_end
- Loading branch information
1 parent
b21c960
commit ce62491
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
|
||
module TimeTests where | ||
|
||
import DA.Time | ||
|
||
template TimeChecker | ||
with | ||
party: Party | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters