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