Fixed FUNCPTR typedef in hist.c to fix deprecated compiler warnings

This commit is contained in:
Landon Curt Noll
2023-03-12 18:10:38 -07:00
parent 616bcd8d46
commit 7c806f13ea
2 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ The following are the changes from calc version 2.14.1.5 to date:
Rename MINGW Makefile variable (a holdover from MINGW32_NT-5.0)
to OSNAME.
Fixed FUNCPTR typedef in hist.c to fix deprecated compiler warnings.
The following are the changes from calc version 2.14.1.3 to 2.14.1.4: