From bdbe3f01ff9882b6d376de45302fe913a69a4cae Mon Sep 17 00:00:00 2001 From: 5an7y-Microsoft Date: Wed, 12 Aug 2026 11:11:23 -0700 Subject: Fix C4430 warning in avshws.h Cherry-pick of #1408 to develop --- avstream/avshws/avshws.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avstream/avshws/avshws.h b/avstream/avshws/avshws.h index 3b8cc913..05efb2a5 100644 --- a/avstream/avshws/avshws.h +++ b/avstream/avshws/avshws.h @@ -56,7 +56,7 @@ extern "C" { #define DEBUGLVL_TERSE 1 #define DEBUGLVL_ERROR 0 -const DebugLevel = DEBUGLVL_TERSE; +const int DebugLevel = DEBUGLVL_TERSE; #if (DBG) #define _DbgPrintF(lvl, strings) \ @@ -365,4 +365,4 @@ void __cdecl operator delete[] #include "filter.h" #include "capture.h" #include -#endif //_avshws_h_ \ No newline at end of file +#endif //_avshws_h_ -- cgit v1.3.1