Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/910
Project:Branches: joel/rtems:untar-wrong-type to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill ## Summary cpukit/libmisc/untar/untar.c: Correct third argument The call to Untar_FromMemory_Print() on line 400 was passing false as the third argument. "rtems_printer *" was expected. In C previous to C23, false was a macro defined as 0 and could be converted to a pointer. In C23, false, true, and bool are keywords. <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/910 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
