From 6dc81324ab24419c9a9dda07d75d4e76650dcc3a Mon Sep 17 00:00:00 2001 From: mccakit <117523238+mccakit@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:23:30 +0300 Subject: [PATCH 1/2] Update CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 317bd33..a0a4697 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,6 @@ target_compile_options(opusfile $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> From e0a3fc9ec373a44d295e3a5b8d463987d663900a Mon Sep 17 00:00:00 2001 From: mccakit <117523238+mccakit@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:25:50 +0300 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0a4697..51b59d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,7 +177,6 @@ target_compile_options(opusurl $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> @@ -219,7 +218,6 @@ if(NOT OP_DISABLE_EXAMPLES) $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> @@ -252,7 +250,6 @@ if(NOT OP_DISABLE_EXAMPLES) $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra>