aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-08-16 09:42:39 +0100
committerRon Yorston <rmy@pobox.com>2019-08-16 09:45:21 +0100
commit517cf74f6265ec4308b790b637b3f9778cbdc6e0 (patch)
treebe9337069b60ca1bb03565d8575bacfc71181003 /Config.in
parentae65dc37bcc9b1d9cef0b111131c79dc4ba1bf51 (diff)
parentac78f2ac96b3efd6551a08e7dc609efa1fb69481 (diff)
downloadbusybox-w32-517cf74f6265ec4308b790b637b3f9778cbdc6e0.tar.gz
busybox-w32-517cf74f6265ec4308b790b637b3f9778cbdc6e0.tar.bz2
busybox-w32-517cf74f6265ec4308b790b637b3f9778cbdc6e0.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index f6ad627b2..c60f38a8a 100644
--- a/Config.in
+++ b/Config.in
@@ -781,6 +781,19 @@ config WERROR
781 781
782 Most people should answer N. 782 Most people should answer N.
783 783
784config WARN_SIMPLE_MSG
785 bool "Warn about single parameter bb_xx_msg calls"
786 default n
787 help
788 This will cause warnings to be shown for any instances of
789 bb_error_msg(), bb_error_msg_and_die(), bb_perror_msg(),
790 bb_perror_msg_and_die(), bb_herror_msg() or bb_herror_msg_and_die()
791 being called with a single parameter. In these cases the equivalent
792 bb_simple_xx_msg function should be used instead.
793 Note that use of STRERROR_FMT may give false positives.
794
795 If you aren't developing busybox, say N here.
796
784choice 797choice
785 prompt "Additional debugging library" 798 prompt "Additional debugging library"
786 default NO_DEBUG_LIB 799 default NO_DEBUG_LIB