trying to get the mac builds a bit quieter.
new fortune.
bug in tree was supposed to be a compare of node to null, but was an assignment! ack.
sky-like spaciousness of a purified mind.
-- Thubten Chodron, from "Awaken Every Day: 365 Buddhist Reflections to
Invite Mindfulness and Joy", Shambhala Publications
-
+~
+i buy all my hats
+at interdimensional
+pancake restaurant
public:
virtual ~null_logger() {}
DEFINE_CLASS_NAME("null_logger");
- virtual basis::outcome log(const basis::base_string &info, int filter) {
- if (filter || !(&info)) {}
+ virtual basis::outcome log(const basis::base_string &formal(info), int formal(filter)) {
+ /* if (filter || !(&info)) {} */
return basis::common::OKAY;
}
};
// or there are no kids at all.
curr_node = curr_node->branch(0);
- if (curr_node = NULL_POINTER) {
+ if (curr_node == NULL_POINTER) {
// wayback has no children, so we can take action.
// if wayback is the same as "this", then we exit from iterations since
COMPILER_ROOT_DIR = /
PLATFORM_ADD_IN = darwin
ARCHITECTURE = $(shell machine 2>/dev/null || arch 2>/dev/null || echo i686)
-# COMPILER_FLAGS += -fgnu-runtime
export COMPILER_VERSION = $(shell $(SHELL) $(CLAM_SCRIPTS)/cpp/get_version.sh $(COMPILER) $(COMPILER_ROOT_DIR) )
# pthread=thread libraries.
# rt=real time libraries for shared memory.
+ # mac specific flags
+ COMPILER_FLAGS += -Wno-nullability-completeness
+#trying this one again, which had been turned off.
+ COMPILER_FLAGS += -fgnu-runtime
+
ifneq "$(DEBUG)" ""
# add in debugging flags.
# COMPILER_FLAGS += -g3 -O0