History log of /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/build_bug.h (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 11f154ca 27-Dec-2023 Mark Johnston <[email protected]>

linuxkpi: Annotate an unused variable as such

This addresses a -Wunused-but-set-variable warning in the gcc builds.

No functional change intended.

Reported by: Jenkins

(cherry picked from commit

linuxkpi: Annotate an unused variable as such

This addresses a -Wunused-but-set-variable warning in the gcc builds.

No functional change intended.

Reported by: Jenkins

(cherry picked from commit 344a04ad2c5e62b2905bc2f8b6f992ae590403fd)

show more ...


# c3a10c23 24-Dec-2023 Vladimir Kondratyev <[email protected]>

LinuxKPI: Add static_assert() macro

And move it along BUILD_BUG family in to
linux/build_bug.h to match Linux.

Sponsored by: Serenity Cyber Security, LLC
Reviewed by: manu, bz
MFC after: 1 week
Dif

LinuxKPI: Add static_assert() macro

And move it along BUILD_BUG family in to
linux/build_bug.h to match Linux.

Sponsored by: Serenity Cyber Security, LLC
Reviewed by: manu, bz
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D42800

(cherry picked from commit 31ef29091b0fbadefb4ccfb21e4b30ca7ddca3ed)

show more ...