Skip to content
  • John Marshall's avatar
    Miscellaneous portability / warning fixes · ed64d68d
    John Marshall authored
    Remove extra parentheses that clang thinks are there to prevent a
    different warning for "if (numConsumedByB = 0) /*assignment intended*/".
    Use 0 instead of NULL to initialise non-pointers.
    Only const *integral or enumeration* static data members can be portably
    initialised within the class definition.
    ed64d68d