Skip to content

Commit

Permalink
Merge pull request #414 from rcurtin/update-history
Browse files Browse the repository at this point in the history
Add an entry in the HISTORY for #413
  • Loading branch information
rcurtin authored Dec 2, 2024
2 parents 92468ea + 052f58e commit fa58c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target_include_directories(ensmallen INTERFACE
if(MSVC)
target_compile_options(ensmallen INTERFACE $<BUILD_INTERFACE:/Wall>)
else()
target_compile_options(ensmallen INTERFACE $<BUILD_INTERFACE:-Wall -Wpedantic -Wunused-parameter -Wunused-variable -Wunused-private-field>)
target_compile_options(ensmallen INTERFACE $<BUILD_INTERFACE:-Wall -Wpedantic -Wunused>)
endif()

# Find OpenMP and link it.
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa58c90

Please sign in to comment.