aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10904
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug10904')
-rw-r--r--changes/bug109045
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug10904 b/changes/bug10904
deleted file mode 100644
index 6f551ea41..000000000
--- a/changes/bug10904
+++ /dev/null
@@ -1,5 +0,0 @@
- 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.)