Jan Samek

Results 3 issues of Jan Samek

As the cpuid command is only compiled on x86, make the creation of variadic parameters structure also x86-specific. This prevents the warning for unused variable `cpuid_params` (which gets escalated to...

When compiling (natively) on aarch64, `-Wunused-const-variable` gets promoted to error (due to `-Werror`): ``` $ make gcc -Wall -Werror -D_GNU_SOURCE -DVER_MAJOR=1 -DVER_MINOR=6 -static -O0 -ggdb -c -o cmos_rw.o cmos_rw.c gcc...

For example, [on this line](src/bgipc_part_0600_filelocks.md?plain=1#L139) in chapter 6.2, this text in Markdown: ``` fl.l_type = F_UNLCK; /* tell it to unlock the region */ ``` gets rendered as raw code,...