On Thu, 24 Nov 2022 23:28:53 +0700, Ammar Faizi wrote: > From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> > > Hi Jens, > > This is a v2 revision. > > This series is a -Wmissing-prototypes enforcement. -Wmissing-prototypes > is a clang C compiler flag that warns us if we have functions or > variables that are not used outisde the translation unit, but not marked > as static. > > [...] Applied, thanks! [1/8] queue: Fix typo "entererd" -> "entered" (no commit info) [2/8] queue: Mark `__io_uring_flush_sq()` as static (no commit info) [3/8] test/io_uring_setup: Remove unused functions (no commit info) [4/8] ucontext-cp: Remove an unused function (no commit info) [5/8] tests: Mark non-exported functions as static (no commit info) [6/8] ucontext-cp: Mark a non-exported function as static (no commit info) [7/8] test/Makefile: Omit `-Wmissing-prototypes` from the C++ compiler flags (no commit info) [8/8] github: Add `-Wmissing-prototypes` for GitHub CI bot (no commit info) Best regards, -- Jens Axboe