diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 05:20:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 05:20:28 +0000 |
commit | c2fdf9e0b588a5d4df0bafb37eb44ec021dcb828 (patch) | |
tree | 4f4bffaf5ee05e8a80bb6a3ca8e005bedd81ca55 | |
parent | 2b7010b47c76a2778481aa901cd0c279f3dcba82 (diff) |
disable __must_check by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7996 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index b060d4a605..ca547bb0d8 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -287,7 +287,7 @@ CONFIG_E100=m # CONFIG_EFS_FS is not set # CONFIG_ELF_CORE is not set CONFIG_EMBEDDED=y -CONFIG_ENABLE_MUST_CHECK=y +# CONFIG_ENABLE_MUST_CHECK is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 1a88a3ef12..12706d4ff6 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -278,7 +278,7 @@ CONFIG_E100=m # CONFIG_EFS_FS is not set # CONFIG_ELF_CORE is not set CONFIG_EMBEDDED=y -CONFIG_ENABLE_MUST_CHECK=y +# CONFIG_ENABLE_MUST_CHECK is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set |