Skip to content

Commit

Permalink
Set 'warnaserror' on example project.
Browse files Browse the repository at this point in the history
Also disable warning 0649 as you get it when using
[SerializeField] in unity, as the compiler doesn't know
that Unity will set it through reflection.
  • Loading branch information
BastianBlokland committed Jul 23, 2019
1 parent 10f0bd5 commit 2992ba7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .example/Assets/csc.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-nowarn:649
-warnaserror+
7 changes: 7 additions & 0 deletions .example/Assets/csc.rsp.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2992ba7

Please sign in to comment.