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
Removing the const from const char *strcasestr seems to fix it.
I'm seeing this error on FreeBSD as well. Perhaps redefining albeit non-standard, yet widely known function present in most popular C libraries these days is not the best idea. ;-)
Removing the
const
fromconst char *strcasestr
seems to fix it.The text was updated successfully, but these errors were encountered: