summaryrefslogtreecommitdiff
path: root/external/gpl2/grep/dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'external/gpl2/grep/dist/doc')
0 files changed, 0 insertions, 0 deletions
odules/v7fs/Makefile?id=c813557a65aa194cf162b637697ffc2d607cd0ff'>Provide a global no-packed-address for both gcc and clangchristos 2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin explicitly set WARNS for modules that fail with WARNS=5. Also, turn on -Wno-missing-noreturn for clang for some files. At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5 Discussed on tech-kern. 2011-07-19Build 7th Edition(V7) File System as a kernel module.tron