diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19901 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19901 b/changes/bug19901 new file mode 100644 index 0000000000..97bca0635f --- /dev/null +++ b/changes/bug19901 @@ -0,0 +1,5 @@ + o Minor bugfixes (compilation): +v - Fix a compilation warning on GCC versions before 4.6. Our + ENABLE_GCC_WARNING macro used the word "warning" as an + argument, when it is also required as an argument to the + compiler pragma. Fixes bug 19901; bugfix on 0.2.9.1-alpha. |