mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland/linux: cc_pedantic actually works there and I found a bug with it
This commit is contained in:
@@ -255,7 +255,6 @@ def get(path):
|
||||
|
||||
gnu_extension_properties = {
|
||||
'c_std': 'gnu11',
|
||||
'cc_pedantic': False,
|
||||
'cxx_std': 'gnu++17'
|
||||
}
|
||||
# https://cirosantilli.com/linux-kernel-module-cheat#freestanding-programs
|
||||
|
||||
Reference in New Issue
Block a user