Commit 4f0c210a authored by vaillancour's avatar vaillancour
Browse files

change abort on warning to print on warning

parent e2f4988c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@

/* Macros below configure the behavior when a BASOP warning is triggered.
 * If none is enabled, all warnings are ignored. */
// #define BASOP_PRINT_ON_WARNING /* If enabled, warnings will be printed to stdout */
#define BASOP_ABORT_ON_WARNING /* If enabled, any warning will cause the program to abort */
#define BASOP_PRINT_ON_WARNING /* If enabled, warnings will be printed to stdout */
//#define BASOP_ABORT_ON_WARNING /* If enabled, any warning will cause the program to abort */
#endif /* BASOP_NOGLOB */

#include "patch.h"