bug10904 293 B

12345
  1. o Minor bugfixes (compilation):
  2. - Build without warnings under clang 3.4. (We have some macros that
  3. define static functions only some of which will get used later in
  4. the module. Starting with clang 3.4, these give a warning unless the
  5. unused attribute is set on them.)