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
The "constParameterCallback" warning occurs at fibdrv.c:75:33 when using
cppcheck 2.13. Adding the "const" keyword as instructed would violate the
definition of the "read" handler in "file_operations," leading to compile
error. Therefore, we suppress this warning.
0 commit comments