microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

BuildDeployWindow: warning CS0162: Unreachable code detected #101

Closed NeerajW closed 8 years ago

NeerajW commented 8 years ago

Assets/HoloToolkit/Build/Editor/BuildDeployWindow.cs(88,13): warning CS0162: Unreachable code detected

jwittner commented 8 years ago

Just make LocalIPsOnly non-const?

riverar commented 8 years ago

Great, now I made a mess with git's online editor and my attempted silent fix w/ rebase. PR submitted nevertheless.