X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=blobdiff_plain;f=docs%2Fknown-issues.txt;h=979432f35948ff2674e6b1611c51e11ae937bf5c;hp=5cebce77efefa5dab96c6db888dc74dc0a7ac0b7;hb=293e14c55fd775084288dd3249d6ccea91bc793d;hpb=edd1050b7ef9895b3b730538cd5d69f831c61384 diff --git a/docs/known-issues.txt b/docs/known-issues.txt index 5cebce7..979432f 100644 --- a/docs/known-issues.txt +++ b/docs/known-issues.txt @@ -76,3 +76,11 @@ to re-run ./configure. Qt4 is used by the qconf frontend. ---------------------------------------- + +Under MacOS X, the build does not succeed with both -Wall and -Werror. It fails +with the error: + menu.c: In function 'get_symbol_str': + menu.c:515: warning: 'jump' may be used uninitialized in this function +[Tested under MacOS X 10.6 with i686-apple-darwin10-gcc-4.2.1 build 5666 (dot 3)] + +----------------------------------------