summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2013-06-14 10:52:23 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2013-06-14 10:52:23 +0200
commita040586cceab693b5b689afff841c785afa38e53 (patch)
tree635f7a3d45ec27024d2f7e63e79da82fdeb47273 /support-files
parent9f7043ab91197decf382553e156aabc87d5f7451 (diff)
downloadmariadb-git-a040586cceab693b5b689afff841c785afa38e53.tar.gz
Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8
Backport to 5.5 (external Bug#69407 Build warnings with mysql)
Diffstat (limited to 'support-files')
-rwxr-xr-xsupport-files/build-tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/build-tags b/support-files/build-tags
index b5386dc79c3..9c43e021c42 100755
--- a/support-files/build-tags
+++ b/support-files/build-tags
@@ -1,7 +1,7 @@
#! /bin/sh
rm -f TAGS
-filter='\.cc$\|\.c$\|\.h$\|\.yy$'
+filter='\.cc$\|\.c$\|\.h$\|sql_yacc\.yy$'
list="find . -type f"
bzr root >/dev/null 2>/dev/null && list="bzr ls --from-root -R --kind=file --versioned"