Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/778
Project:Branches: joel/rtems:fix-unused-parameters-acpi to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill Reviewers: Kinsey Moore and Gedare Bloom ## Summary bsps ACPI: Address unused parameter warnings Add "(void) param;" annotation to address unused parameter warnings. Found with GCC's warning -Wunused-parameter. The ACPI change set includes two headers which define debug macros. When not building for debug, the instantiated inline functions generate unused parameter warnings from every file they are included in. The warning was disabled around the macro instantiations. <!-- 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/778 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
