Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 26, 2017
1 parent 96f2ca0 commit 1f9aa79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions d3d11game_uwp/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,8 @@ ref class ViewProviderFactory : IFrameworkViewSource

// Entry point
[Platform::MTAThread]
int __cdecl main(Platform::Array<Platform::String^>^ argv)
int __cdecl main(Platform::Array<Platform::String^>^ /*argv*/)
{
UNREFERENCED_PARAMETER(argv);

if (!XMVerifyCPUSupport())
{
throw std::exception("XMVerifyCPUSupport");
Expand Down
4 changes: 1 addition & 3 deletions d3d11game_uwp_dr/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,8 @@ ref class ViewProviderFactory : IFrameworkViewSource

// Entry point
[Platform::MTAThread]
int __cdecl main(Platform::Array<Platform::String^>^ argv)
int __cdecl main(Platform::Array<Platform::String^>^ /*argv*/)
{
UNREFERENCED_PARAMETER(argv);

if (!XMVerifyCPUSupport())
{
throw std::exception("XMVerifyCPUSupport");
Expand Down
4 changes: 1 addition & 3 deletions d3d12game_uwp/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,8 @@ ref class ViewProviderFactory : IFrameworkViewSource

// Entry point
[Platform::MTAThread]
int __cdecl main(Platform::Array<Platform::String^>^ argv)
int __cdecl main(Platform::Array<Platform::String^>^ /*argv*/)
{
UNREFERENCED_PARAMETER(argv);

if (!XMVerifyCPUSupport())
{
throw std::exception("XMVerifyCPUSupport");
Expand Down
4 changes: 1 addition & 3 deletions d3d12game_uwp_dr/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,8 @@ ref class ViewProviderFactory : IFrameworkViewSource

// Entry point
[Platform::MTAThread]
int __cdecl main(Platform::Array<Platform::String^>^ argv)
int __cdecl main(Platform::Array<Platform::String^>^ /*argv*/)
{
UNREFERENCED_PARAMETER(argv);

if (!XMVerifyCPUSupport())
{
throw std::exception("XMVerifyCPUSupport");
Expand Down

0 comments on commit 1f9aa79

Please sign in to comment.