Windows Calculator: A simple yet powerful calculator that ships with Windows
Comment out unused variable (#2347)
With the 17.14 release of Visual Studio 2022, I see the following error: ``` ...\src\GraphingImpl\Mocks\Graph.h(47,47): warning C4100: 'variableName': unreferenced parameter [...\src\GraphingImpl\GraphingImpl.vcxproj ... ...\src\GraphingImpl\Mocks\Graph.h(47,47): error C2220: the following warning is treated as an error [...\src\GraphingImpl\GraphingImpl.vcxproj ``` Comment out the unused variable to resolve this.
J
Jeroen Ketema committed
544e7a5dd343d9658b8cee1c6cf99f4b27396fac
Parent: b061b6b
Committed by GitHub <[email protected]>
on 6/24/2025, 8:48:41 AM