diff --git a/configure b/configure index e2e1024d44..0d9e7ac183 100755 --- a/configure +++ b/configure @@ -2308,7 +2308,7 @@ fi # We should always see these errors... -CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration" +CFLAGS="${CFLAGS} -Wall" # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then diff --git a/configure.in b/configure.in index 393070b0b0..f21bf946bd 100644 --- a/configure.in +++ b/configure.in @@ -91,7 +91,7 @@ AC_SUBST(GNC_DOC_INSTALL_DIR) # We should always see these errors... -CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration" +CFLAGS="${CFLAGS} -Wall" AC_ARG_ENABLE( debug, [ --enable-debug compile with debugging flags set], diff --git a/src/register/splitreg.c b/src/register/splitreg.c index ba5b6d805c..86d474fb47 100644 --- a/src/register/splitreg.c +++ b/src/register/splitreg.c @@ -253,7 +253,12 @@ configAction (SplitRegister *reg) xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR); break; case CREDIT_REGISTER: + xaccAddComboCellMenuItem ( reg->actionCell, ATM_STR); xaccAddComboCellMenuItem ( reg->actionCell, BUY_STR); + xaccAddComboCellMenuItem ( reg->actionCell, CREDIT_STR); + xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR); + xaccAddComboCellMenuItem ( reg->actionCell, INT_STR); + xaccAddComboCellMenuItem ( reg->actionCell, ONLINE_STR); xaccAddComboCellMenuItem ( reg->actionCell, SELL_STR); break; case LIABILITY_REGISTER: