diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-08-17 14:35:28 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-08-17 14:35:28 +0200 |
commit | ee27b50ff8d8a80ca15cb33b4a8a0ed39aad772d (patch) | |
tree | f640d11f286d6981d49d10e5bc06dcaaecc8f01c /support-files | |
parent | 89036b9f8a0824ead608bf1ff8120f5f7101031e (diff) | |
download | mariadb-git-ee27b50ff8d8a80ca15cb33b4a8a0ed39aad772d.tar.gz |
Fix incorrect regexp in warning suppression pattern
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 0901b35d78c..dbad22a0a55 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -163,7 +163,7 @@ mySTL/algorithm\.hpp: is used uninitialized in this function # .*/my_config\.h : _FILE_OFFSET_BITS /usr/include/sys/feature_tests.h : this is the location of the previous definition -*auth_pam\.c : initialization from incompatible pointer type : 100-200 +.*auth_pam\.c : initialization from incompatible pointer type : 100-200 # # Unexplanable (?) stuff |