aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
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 1a726f043..14f54aacc 100644
--- a/Config.in
+++ b/Config.in
@@ -661,6 +661,19 @@ config WERROR
661 661
662 Most people should answer N. 662 Most people should answer N.
663 663
664config WARN_SIMPLE_MSG
665 bool "Warn about single parameter bb_xx_msg calls"
666 default n
667 help
668 This will cause warnings to be shown for any instances of
669 bb_error_msg(), bb_error_msg_and_die(), bb_perror_msg(),
670 bb_perror_msg_and_die(), bb_herror_msg() or bb_herror_msg_and_die()
671 being called with a single parameter. In these cases the equivalent
672 bb_simple_xx_msg function should be used instead.
673 Note that use of STRERROR_FMT may give false positives.
674
675 If you aren't developing busybox, say N here.
676
664choice 677choice
665 prompt "Additional debugging library" 678 prompt "Additional debugging library"
666 default NO_DEBUG_LIB 679 default NO_DEBUG_LIB