diff --git a/CMakeLists.txt b/CMakeLists.txt index 4839e4f25..cf71f43ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ target_include_directories(ensmallen INTERFACE if(MSVC) target_compile_options(ensmallen INTERFACE $) else() - target_compile_options(ensmallen INTERFACE $) + target_compile_options(ensmallen INTERFACE $) endif() # Find OpenMP and link it. diff --git a/HISTORY.md b/HISTORY.md index 324400bd4..ac89f46a4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ ### ensmallen ?.??.?: "???" ###### ????-??-?? + * Remove unused variables to fix compiler warnings + ([#413](https://github.com/mlpack/ensmallen/pull/413)). ### ensmallen 2.22.0: "E-Bike Excitement" ###### 2024-11-29