diff options
author | Ron Yorston <rmy@pobox.com> | 2019-08-16 09:42:39 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-08-16 09:45:21 +0100 |
commit | 517cf74f6265ec4308b790b637b3f9778cbdc6e0 (patch) | |
tree | be9337069b60ca1bb03565d8575bacfc71181003 /Config.in | |
parent | ae65dc37bcc9b1d9cef0b111131c79dc4ba1bf51 (diff) | |
parent | ac78f2ac96b3efd6551a08e7dc609efa1fb69481 (diff) | |
download | busybox-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.in | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -781,6 +781,19 @@ config WERROR | |||
781 | 781 | ||
782 | Most people should answer N. | 782 | Most people should answer N. |
783 | 783 | ||
784 | config 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 | |||
784 | choice | 797 | choice |
785 | prompt "Additional debugging library" | 798 | prompt "Additional debugging library" |
786 | default NO_DEBUG_LIB | 799 | default NO_DEBUG_LIB |