Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid warnings in Unity. #104

Merged
merged 4 commits into from
Jan 30, 2018
Merged

Avoid warnings in Unity. #104

merged 4 commits into from
Jan 30, 2018

Conversation

clayzx
Copy link
Contributor

@clayzx clayzx commented Jan 26, 2018

Avoid the following warnings in Unity:
There are inconsistent line endings in the 'xxx.cs' script. Some are Mac OS X (UNIX) and some are Windows.
warning CS0168: The variable flag' is declared but never used warning CS0168: The variable method' is declared but never used
warning CS0168: The variable field' is declared but never used warning CS0168: The variable args' is declared but never used
warning CS0168: The variable `ptr_of_this_method' is declared but never used

Avoid the following warnings in Unity:
There are inconsistent line endings in the 'xxx.cs' script. Some are Mac OS X (UNIX) and some are Windows.
warning CS0168: The variable `flag' is declared but never used
warning CS0168: The variable `method' is declared but never used
warning CS0168: The variable `field' is declared but never used
warning CS0168: The variable `args' is declared but never used
warning CS0168: The variable `ptr_of_this_method' is declared but never used
Avoid the following warnings in Unity:
There are inconsistent line endings in the 'xxx.cs' script. Some are Mac OS X (UNIX) and some are Windows.
warning CS0168: The variable `flag' is declared but never used
warning CS0168: The variable `method' is declared but never used
warning CS0168: The variable `field' is declared but never used
warning CS0168: The variable `args' is declared but never used
warning CS0168: The variable `ptr_of_this_method' is declared but never used
Avoid the following warnings in Unity:
There are inconsistent line endings in the 'xxx.cs' script. Some are Mac OS X (UNIX) and some are Windows.
warning CS0168: The variable `flag' is declared but never used
warning CS0168: The variable `method' is declared but never used
warning CS0168: The variable `field' is declared but never used
warning CS0168: The variable `args' is declared but never used
warning CS0168: The variable `ptr_of_this_method' is declared but never used
Use regular expressions instead of two replacement.
@liiir1985 liiir1985 merged commit 4a856f2 into Ourpalm:master Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants