stevemk14ebr / PolyHook_2_0

C++20, x86/x64 Hooking Libary v2.0
MIT License
1.58k stars 222 forks source link

Fixed warning in FBAllocator.cpp #189

Closed EngineLessCC closed 10 months ago

EngineLessCC commented 10 months ago

The expression '(size)' is unused and generates a warning [-Wunused-value] in FBAllocator.cpp at line 77, column 6.

This line is very irritating, especially with -Werror, so it is better to delete it. It did not appear to have much logic anyway.