summaryrefslogtreecommitdiffstats
path: root/src/common/dynamic_library.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-16common: Silence two discarded result warningsLioncash1-1/+1
These are intentionally discarded internally, since the rest of the public API allows querying success. We want all non-internal uses of these functions to be explicitly checked, so we can signify that we intentionally want to discard the return values here.
2020-04-07common/dynamic_library: Import and adapt helper from DolphinReinUsesLisp1-0/+106