#endif
#if !defined(GccWarningOptions)
-# define GccWarningOptions -Wall -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch
+# define GccWarningOptions -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch -Wno-unused-result -Wno-deprecated-register
#endif
#define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
#define CplusplusLibC -lstdc++
#ifndef CplusplusOptions
-#define CplusplusOptions -Wall -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch
+#define CplusplusOptions GccWarningOptions
#endif
#ifndef LibraryCplusplusOptions
-#define LibraryCplusplusOptions -Wall -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch
+#define LibraryCplusplusOptions GccWarningOptions
#endif
#define DependFileName .depend