You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Corrected function pointer prototype and build issues (#607)
- Fixed a type compatibility issue when assigning the function pointer, resolving build errors.
- Added typedef `func_ptr_t` to properly define the function pointer type.
- Replaced explicit cast with the typedef for better readability and maintainability.
0 commit comments