summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
-rw-r--r--src/fl_call_main.c2
2 files changed, 2 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 61a9a8986..c21b8e0f9 100644
--- a/configure.in
+++ b/configure.in
@@ -936,15 +936,11 @@ else
fi
fi
- if test "x$with_optim" = x; then
- OPTIM="$OPTIM +DAportable"
- fi
-
if test $PICFLAG = 1; then
OPTIM="+z $OPTIM"
fi
- OPTIM="$OPTIM +W336,501,736,740,749,829"
+ CXXFLAGS="$CXXFLAGS +W336,501,736,740,749,829"
;;
OSF1*)
# Running Digital/Tru64 UNIX; these options should work for the
diff --git a/src/fl_call_main.c b/src/fl_call_main.c
index 81c1baef6..e29f5853e 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -98,7 +98,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
#else
/* This code to prevent "empty translation unit" or similar warnings... */
-static void dummy(void) {dummy();}
+static void dummy(void) {}
#endif
/*