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
IIRC, the reason was that I would have needed to make some more API public otherwise. Though, at this point, it is likely possible to split the file into multiple parts in order to avoid doing so.
Avoid the duplicate static linking of the ioctl sources in
umockdev-record, and link it to libumockdev instead. The corresponding
symbols are already public in the C API anyway (as they match
src/umockdev.map), so just move the previously `internal`
classes/methods to `public`.
This also avoids confusing complaints about allegedly unused methods.
Fixes#138
Building gives these two warnings:
@benzea , are these supposed to be used in some destructors, or are they just leftovers and can be dropped?
(I'm currently cleaning up the plethora of warnings, and these two I'm not sure about)
The text was updated successfully, but these errors were encountered: