Loading basic_op/stl.h +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
basic_op/stl.h +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading