DC-Build-Header: libunistring 0.9.3-5 / Mon Jul 09 20:26:21 +0000 2012 DC-Task: logfile:/tmp/libunistring_0.9.3-5_unstable_clang.log version:0.9.3-5 modes:clang chroot:unstable source:libunistring esttime:377 architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang libunistring_0.9.3-5' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-134-70.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ libunistring 0.9.3-5 (amd64) 09 Jul 2012 20:26 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: libunistring Version: 0.9.3-5 Source Version: 0.9.3-5 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/libunistring-JH9KlX/libunistring-0.9.3' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/libunistring-JH9KlX' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-27d41902-e2b7-4826-959c-cd3d80026df9' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'libunistring' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/collab-maint/libunistring.git Need to get 2561 kB of source archives. Get:1 http://localhost/debian/ unstable/main libunistring 0.9.3-5 (dsc) [1343 B] Get:2 http://localhost/debian/ unstable/main libunistring 0.9.3-5 (tar) [2555 kB] Get:3 http://localhost/debian/ unstable/main libunistring 0.9.3-5 (diff) [4397 B] Fetched 2561 kB in 0s (4485 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 2s (5461 kB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-6OqCDR/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev dpkg-deb: building package `sbuild-build-depends-libunistring-dummy' in `/«BUILDDIR»/resolver-Q0k5yW/apt_archive/sbuild-build-depends-libunistring-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install libunistring build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev bsdmainutils cdbs debhelper file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libgettextpo0 libglib2.0-0 libmagic1 libpcre3 libpipeline1 libunistring0 libxml2 man-db po-debconf Suggested packages: wamerican wordlist whois vacation devscripts dh-make gettext-doc groff less www-browser libmail-box-perl Recommended packages: curl wget lynx-cur autopoint libglib2.0-data shared-mime-info xml-core libmail-sendmail-perl The following NEW packages will be installed: autotools-dev bsdmainutils cdbs debhelper file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libgettextpo0 libglib2.0-0 libmagic1 libpcre3 libpipeline1 libunistring0 libxml2 man-db po-debconf sbuild-build-depends-libunistring-dummy 0 upgraded, 22 newly installed, 0 to remove and 0 not upgraded. Need to get 10.0 MB/10.0 MB of archives. After this operation, 25.8 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:3 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:4 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:5 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:6 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:7 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:8 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:9 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:10 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:11 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:12 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:13 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:14 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:15 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:16 http://localhost/debian/ unstable/main cdbs all 0.4.116 [79.9 kB] Get:17 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:18 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:19 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:20 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:21 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 10.0 MB in 2s (4132 kB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.116_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package sbuild-build-depends-libunistring-dummy. Unpacking sbuild-build-depends-libunistring-dummy (from .../sbuild-build-depends-libunistring-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up autotools-dev (20120608.1) ... Setting up cdbs (0.4.116) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up sbuild-build-depends-libunistring-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 cdbs_0.4.116 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-3 libitm1_4.7.1-3 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libquadmath0_4.7.1-3 libreadline6_6.2-8 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libss2_1.42.4-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libxml2_2.8.0+dfsg1-4 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-libunistring-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Wed Oct 26 21:36:03 2011 UTC using DSA key ID 35A992E7 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./libunistring_0.9.3-5.dsc dpkg-source: info: extracting libunistring in libunistring-0.9.3 dpkg-source: info: unpacking libunistring_0.9.3.orig.tar.gz dpkg-source: info: unpacking libunistring_0.9.3-5.debian.tar.gz Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-27d41902-e2b7-4826-959c-cd3d80026df9 SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package libunistring dpkg-buildpackage: source version 0.9.3-5 dpkg-buildpackage: source changed by Andreas Rottmann dpkg-source --before-build libunistring-0.9.3 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot rm -f debian/stamp-makefile-build debian/stamp-makefile-install /usr/bin/make -C . -k distclean make[1]: Entering directory `/«PKGBUILDDIR»' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/«PKGBUILDDIR»' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools rmdir --ignore-fail-on-non-empty . rmdir: failed to remove `.': Invalid argument make: [makefile-clean] Error 1 (ignored) for i in ./build-aux/config.guess ./build-aux/config.sub ./build-aux/config.rpath ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean rm -f debian/stamp-autotools-files dpkg-source -b libunistring-0.9.3 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building libunistring using existing ./libunistring_0.9.3.orig.tar.gz dpkg-source: info: building libunistring in libunistring_0.9.3-5.debian.tar.gz dpkg-source: info: building libunistring in libunistring_0.9.3-5.dsc debian/rules build test -x debian/rules mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_INSTALL_ARGS is a deprecated variable if test -e /usr/share/misc/config.guess ; then \ for i in ./build-aux/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./build-aux/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi if test -e /usr/share/gnulib/build-aux/config.rpath ; then \ for i in ./build-aux/config.rpath ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /«PKGBUILDDIR»/./configure mkdir -p . cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /«PKGBUILDDIR»/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/libunistring" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --disable-Werror --libdir=\${prefix}/lib/x86_64-linux-gnu configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-Werror checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ranlib... ranlib checking whether gcc and cc understand -c and -o together... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for windres... no checking for working alloca.h... yes checking for alloca... yes checking whether the preprocessor supports include_next... yes checking for errno.h... yes checking for float.h... yes checking for iconv.h... yes checking for math.h... yes checking for sys/mman.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for wchar.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for wctype.h... yes checking for xlocale.h... yes checking for locale.h... yes checking for sys/socket.h... yes checking for complete errno.h... yes checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for inline... inline checking where to find the exponent in a 'float'... word 0 bit 23 checking whether byte ordering is bigendian... no checking for nl_langinfo and CODESET... yes checking for working fcntl.h... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for long long int... yes checking for mbstate_t... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for mbsinit... yes checking for mbrtowc... (cached) yes checking for mprotect... yes checking for memchr... yes checking for stpcpy... yes checking for strdup... yes checking for iswcntrl... yes checking for iswblank... yes checking for wcwidth... yes checking for newlocale... yes checking for setenv... yes checking for wctob... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether to activate relocatable installation... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for unsigned long long int... yes checking for C/C++ restrict keyword... __restrict checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether strncat works... yes checking for wint_t... yes checking for size_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether snprintf returns a byte count as in C99... yes checking for snprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes checking whether printf supports infinite 'long double' arguments... no checking whether printf supports the 'a' and 'A' directives... yes checking whether printf supports the 'F' directive... yes checking whether printf supports the 'ls' directive... yes checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... yes checking whether printf supports large precisions... yes checking whether printf survives out-of-memory conditions... yes checking whether uses 'inline' correctly... yes checking if environ is properly declared... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking whether setenv validates arguments... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for working strerror function... yes checking whether alarm is declared... yes checking for alloca as a compiler built-in... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... yes checking whether frexpl works... yes checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether the compiler generally respects inline... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... no checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking whether isnan(long double) can be used without linking with libm... no checking where to find the exponent in a 'long double'... word 2 bit 0 checking for setlocale... yes checking for uselocale... yes checking for pthread_rwlock_t... yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosl is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether frexp can be used without linking with libm... yes checking whether frexp works... yes checking whether ldexp can be used without linking with libm... yes checking whether frexpl can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) yes checking whether frexpl is declared... (cached) yes checking whether ldexpl can be used without linking with libm... yes checking whether ldexpl works... yes checking whether ldexpl is declared... (cached) yes checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... yes checking for random.h... no checking for struct random_data... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether initstat_r is declared without a macro... no checking whether srandom_r is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for ptrdiff_t... yes checking for ptrdiff_t... (cached) yes checking for ptrdiff_t... (cached) yes checking for ptrdiff_t... (cached) yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether iswcntrl works... yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking for stdint.h... (cached) yes checking for a traditional french locale... none checking for a turkish Unicode locale... none checking for error_at_line... yes checking for getpagesize... yes checking whether getpagesize is declared... (cached) yes checking where to find the exponent in a 'double'... word 1 bit 20 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether duplocale is declared without a macro... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for putenv compatible with GNU and SVID... yes checking for wchar_t... (cached) yes checking for wint_t... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for pthread_atfork... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a turkish Unicode locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv works on duplicates... yes checking whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for sched_yield in -lrt... yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking for a sed that does not truncate output... (cached) /bin/sed checking command to parse /usr/bin/nm -B output from object... (cached) ok checking for gawk... (cached) mawk checking for texi2dvi... /«PKGBUILDDIR»/build-aux/missing texi2dvi checking for dvips... /«PKGBUILDDIR»/build-aux/missing dvips checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating gnulib-local/Makefile config.status: creating lib/Makefile config.status: creating lib/exported.sh config.status: creating lib/unistring/version.h config.status: creating lib/unistring/woe32dll.h config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-Werror touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[2]: Entering directory `/«PKGBUILDDIR»' Making all in doc make[3]: Entering directory `/«PKGBUILDDIR»/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in gnulib-local make[3]: Entering directory `/«PKGBUILDDIR»/gnulib-local' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/gnulib-local' Making all in lib make[3]: Entering directory `/«PKGBUILDDIR»/lib' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f configmake.h-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "/usr"'; \ echo '#define EXEC_PREFIX "/usr"'; \ echo '#define BINDIR "/usr/bin"'; \ echo '#define SBINDIR "/usr/sbin"'; \ echo '#define LIBEXECDIR "/usr/lib/libunistring"'; \ echo '#define DATAROOTDIR "/usr/share"'; \ echo '#define DATADIR "/usr/share"'; \ echo '#define SYSCONFDIR "/etc"'; \ echo '#define SHAREDSTATEDIR "/usr/com"'; \ echo '#define LOCALSTATEDIR "/var"'; \ echo '#define INCLUDEDIR "/usr/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/usr/share/doc/libunistring"'; \ echo '#define INFODIR "/usr/share/info"'; \ echo '#define HTMLDIR "/usr/share/doc/libunistring"'; \ echo '#define DVIDIR "/usr/share/doc/libunistring"'; \ echo '#define PDFDIR "/usr/share/doc/libunistring"'; \ echo '#define PSDIR "/usr/share/doc/libunistring"'; \ echo '#define LIBDIR "/usr/lib/x86_64-linux-gnu"'; \ echo '#define LISPDIR ""'; \ echo '#define LOCALEDIR "/usr/share/locale"'; \ echo '#define MANDIR "/usr/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/usr/share/libunistring"'; \ echo '#define PKGINCLUDEDIR "/usr/include/libunistring"'; \ echo '#define PKGLIBDIR "/usr/lib/x86_64-linux-gnu/libunistring"'; \ echo '#define PKGLIBEXECDIR "/usr/lib/libunistring/libunistring"'; \ } | sed '/""/d' > configmake.h-t && \ if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \ rm -f configmake.h-t; \ else \ rm -f configmake.h; mv configmake.h-t configmake.h; \ fi rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f iconv.h-t iconv.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_ICONV_H''@||g' \ -e 's|@''ICONV_CONST''@||g' \ -e 's|@''REPLACE_ICONV''@|0|g' \ -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \ -e 's|@''REPLACE_ICONV_UTF''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./iconv.in.h; \ } > iconv.h-t && \ mv iconv.h-t iconv.h rm -f math.h-t math.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's|@''GNULIB_ACOSL''@|0|g' \ -e 's|@''GNULIB_ASINL''@|0|g' \ -e 's|@''GNULIB_ATANL''@|0|g' \ -e 's|@''GNULIB_CEILF''@|0|g' \ -e 's|@''GNULIB_CEILL''@|0|g' \ -e 's|@''GNULIB_COSL''@|0|g' \ -e 's|@''GNULIB_EXPL''@|0|g' \ -e 's|@''GNULIB_FLOORF''@|0|g' \ -e 's|@''GNULIB_FLOORL''@|0|g' \ -e 's|@''GNULIB_FREXP''@|0|g' \ -e 's|@''GNULIB_FREXPL''@|1|g' \ -e 's|@''GNULIB_ISFINITE''@|0|g' \ -e 's|@''GNULIB_ISINF''@|0|g' \ -e 's|@''GNULIB_ISNAN''@|0|g' \ -e 's|@''GNULIB_ISNANF''@|0|g' \ -e 's|@''GNULIB_ISNAND''@|0|g' \ -e 's|@''GNULIB_ISNANL''@|0|g' \ -e 's|@''GNULIB_LDEXPL''@|0|g' \ -e 's|@''GNULIB_LOGB''@|0|g' \ -e 's|@''GNULIB_LOGL''@|0|g' \ -e 's|@''GNULIB_ROUND''@|0|g' \ -e 's|@''GNULIB_ROUNDF''@|0|g' \ -e 's|@''GNULIB_ROUNDL''@|0|g' \ -e 's|@''GNULIB_SIGNBIT''@|1|g' \ -e 's|@''GNULIB_SINL''@|0|g' \ -e 's|@''GNULIB_SQRTL''@|0|g' \ -e 's|@''GNULIB_TANL''@|0|g' \ -e 's|@''GNULIB_TRUNC''@|0|g' \ -e 's|@''GNULIB_TRUNCF''@|0|g' \ -e 's|@''GNULIB_TRUNCL''@|0|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|0|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|0|g' \ -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./math.in.h; \ } > math.h-t && \ mv math.h-t math.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's|@''GNULIB_ATOLL''@|0|g' \ -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''GNULIB_GETLOADAVG''@|0|g' \ -e 's|@''GNULIB_GETSUBOPT''@|0|g' \ -e 's|@''GNULIB_GRANTPT''@|0|g' \ -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \ -e 's|@''GNULIB_MKDTEMP''@|0|g' \ -e 's|@''GNULIB_MKOSTEMP''@|0|g' \ -e 's|@''GNULIB_MKOSTEMPS''@|0|g' \ -e 's|@''GNULIB_MKSTEMP''@|0|g' \ -e 's|@''GNULIB_MKSTEMPS''@|0|g' \ -e 's|@''GNULIB_PTSNAME''@|0|g' \ -e 's|@''GNULIB_PUTENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_RANDOM_R''@|0|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_REALPATH''@|0|g' \ -e 's|@''GNULIB_RPMATCH''@|0|g' \ -e 's|@''GNULIB_SETENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_STRTOD''@|0|g' \ -e 's|@''GNULIB_STRTOLL''@|0|g' \ -e 's|@''GNULIB_STRTOULL''@|0|g' \ -e 's|@''GNULIB_UNLOCKPT''@|0|g' \ -e 's|@''GNULIB_UNSETENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|0|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./stdlib.in.h; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's|@''GNULIB_MBSLEN''@|0|g' \ -e 's|@''GNULIB_MBSNLEN''@|1|g' \ -e 's|@''GNULIB_MBSCHR''@|0|g' \ -e 's|@''GNULIB_MBSRCHR''@|0|g' \ -e 's|@''GNULIB_MBSSTR''@|0|g' \ -e 's|@''GNULIB_MBSCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSCASESTR''@|0|g' \ -e 's|@''GNULIB_MBSCSPN''@|0|g' \ -e 's|@''GNULIB_MBSPBRK''@|0|g' \ -e 's|@''GNULIB_MBSSPN''@|0|g' \ -e 's|@''GNULIB_MBSSEP''@|0|g' \ -e 's|@''GNULIB_MBSTOK_R''@|0|g' \ -e 's|@''GNULIB_MEMCHR''@|1|g' \ -e 's|@''GNULIB_MEMMEM''@|0|g' \ -e 's|@''GNULIB_MEMPCPY''@|0|g' \ -e 's|@''GNULIB_MEMRCHR''@|0|g' \ -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \ -e 's|@''GNULIB_STPCPY''@|0|g' \ -e 's|@''GNULIB_STPNCPY''@|0|g' \ -e 's|@''GNULIB_STRCHRNUL''@|0|g' \ -e 's|@''GNULIB_STRDUP''@|0|g' \ -e 's|@''GNULIB_STRNCAT''@|1|g' \ -e 's|@''GNULIB_STRNDUP''@|0|g' \ -e 's|@''GNULIB_STRNLEN''@|0|g' \ -e 's|@''GNULIB_STRPBRK''@|0|g' \ -e 's|@''GNULIB_STRSEP''@|0|g' \ -e 's|@''GNULIB_STRSTR''@|0|g' \ -e 's|@''GNULIB_STRCASESTR''@|0|g' \ -e 's|@''GNULIB_STRTOK_R''@|0|g' \ -e 's|@''GNULIB_STRERROR''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_STRSIGNAL''@|0|g' \ -e 's|@''GNULIB_STRVERSCMP''@|0|g' \ < ./string.in.h | \ sed -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''GNULIB_CHOWN''@|0|g' \ -e 's|@''GNULIB_CLOSE''@|0|g' \ -e 's|@''GNULIB_DUP2''@|0|g' \ -e 's|@''GNULIB_DUP3''@|0|g' \ -e 's|@''GNULIB_ENVIRON''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_EUIDACCESS''@|0|g' \ -e 's|@''GNULIB_FACCESSAT''@|0|g' \ -e 's|@''GNULIB_FCHDIR''@|0|g' \ -e 's|@''GNULIB_FCHOWNAT''@|0|g' \ -e 's|@''GNULIB_FSYNC''@|0|g' \ -e 's|@''GNULIB_FTRUNCATE''@|0|g' \ -e 's|@''GNULIB_GETCWD''@|0|g' \ -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ -e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \ -e 's|@''GNULIB_GETGROUPS''@|0|g' \ -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \ -e 's|@''GNULIB_GETLOGIN''@|0|g' \ -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ -e 's|@''GNULIB_GETPAGESIZE''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \ -e 's|@''GNULIB_LCHOWN''@|0|g' \ -e 's|@''GNULIB_LINK''@|0|g' \ -e 's|@''GNULIB_LINKAT''@|0|g' \ -e 's|@''GNULIB_LSEEK''@|0|g' \ -e 's|@''GNULIB_PIPE2''@|0|g' \ -e 's|@''GNULIB_PREAD''@|0|g' \ -e 's|@''GNULIB_READLINK''@|0|g' \ -e 's|@''GNULIB_READLINKAT''@|0|g' \ -e 's|@''GNULIB_RMDIR''@|0|g' \ -e 's|@''GNULIB_SLEEP''@|0|g' \ -e 's|@''GNULIB_SYMLINK''@|0|g' \ -e 's|@''GNULIB_SYMLINKAT''@|0|g' \ -e 's|@''GNULIB_TTYNAME_R''@|0|g' \ -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \ -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \ -e 's|@''GNULIB_UNLINK''@|0|g' \ -e 's|@''GNULIB_UNLINKAT''@|0|g' \ -e 's|@''GNULIB_USLEEP''@|0|g' \ -e 's|@''GNULIB_WRITE''@|0|g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f unused-parameter.h-t unused-parameter.h && \ sed -n -e '/GL_UNUSED_PARAMETER/,$p' \ < ../build-aux/unused-parameter.h \ > unused-parameter.h-t && \ mv unused-parameter.h-t unused-parameter.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's|@''GNULIB_BTOWC''@|0|g' \ -e 's|@''GNULIB_WCTOB''@|IN_LIBUNISTRING_GNULIB_TESTS|g' \ -e 's|@''GNULIB_MBSINIT''@|1|g' \ -e 's|@''GNULIB_MBRTOWC''@|1|g' \ -e 's|@''GNULIB_MBRLEN''@|0|g' \ -e 's|@''GNULIB_MBSRTOWCS''@|0|g' \ -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \ -e 's|@''GNULIB_WCRTOMB''@|0|g' \ -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \ -e 's|@''GNULIB_WCWIDTH''@|1|g' \ -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wchar.in.h; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h /bin/mkdir -p unistring rm -f unistring/stdbool.h-t unistring/stdbool.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#if !defined _GL_STDBOOL_H'; \ if test -f /usr/include/stdbool.h; then \ echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX'; \ else \ echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))'; \ fi; \ echo '#include '; \ echo '#else'; \ cat ./stdbool.mini.h; \ echo '#endif'; \ echo '#endif'; \ } > unistring/stdbool.h-t mv unistring/stdbool.h-t unistring/stdbool.h /bin/mkdir -p unistring rm -f unistring/stdint.h-t unistring/stdint.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#include '; \ echo '#if __GLIBC__ >= 2'; \ echo '#include '; \ echo '#else'; \ if test -f /usr/include/stdint.h; then \ HAVE_STDINT_H='1'; \ else \ HAVE_STDINT_H='defined __MINGW32__ || defined __HAIKU__'; \ fi; \ if test -f /usr/include/inttypes.h; then \ HAVE_INTTYPES_H='1'; \ else \ HAVE_INTTYPES_H='defined __MINGW32__ || defined __HAIKU__'; \ fi; \ if test -f /usr/include/sys/inttypes.h; then \ HAVE_SYS_INTTYPES_H='1'; \ else \ HAVE_SYS_INTTYPES_H='0'; \ fi; \ sed -e 's/@''HAVE_STDINT_H''@/'"$HAVE_STDINT_H"'/g' \ -e 's|@''INCLUDE_NEXT''@|include|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''NEXT_STDINT_H''@||g' \ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ -e 's/@''HAVE_INTTYPES_H''@/'"$HAVE_INTTYPES_H"'/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/'"$HAVE_SYS_INTTYPES_H"'/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ < ./stdint.mini.h; \ echo '#endif'; \ } > unistring/stdint.h-t mv unistring/stdint.h-t unistring/stdint.h /bin/mkdir -p unistring rm -f unistring/localcharset.h-t unistring/localcharset.h cp ./localcharset.h unistring/localcharset.h-t mv unistring/localcharset.h-t unistring/localcharset.h /bin/mkdir -p unistring rm -f unistring/iconveh.h-t unistring/iconveh.h cp ./iconveh.h unistring/iconveh.h-t mv unistring/iconveh.h-t unistring/iconveh.h /bin/mkdir -p unistring rm -f unistring/cdefs.h-t unistring/cdefs.h sed -e '/definition of _GL_UNUSED_PARAMETER/r unused-parameter.h' \ < ./unistring/cdefs.in.h \ > unistring/cdefs.h-t mv unistring/cdefs.h-t unistring/cdefs.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ : "Avoid double inclusion, to avoid a warning about redefinitions."; \ echo '#ifndef UNISTRING_CONFIG_H'; \ echo '#define UNISTRING_CONFIG_H'; \ echo; \ echo '#include "../config.h"'; \ echo; \ echo '#endif /* UNISTRING_CONFIG_H */'; \ } > config.h && \ if test -n "yes" && test -n "1"; then \ { \ { \ for f in c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c fseterr.c localcharset.h localcharset.c localename.c glthread/lock.h glthread/lock.c malloca.c mbchar.c mbiter.h mbsnlen.c memcmp2.c memxfrm.c minmax.h printf-frexp.c printf-frexpl.c size_max.h striconveh.h striconveh.c striconveha.h striconveha.c glthread/threadlib.c unicase/cased.c unicase/empty-prefix-context.c unicase/empty-suffix-context.c unicase/ignorable.c unicase/locale-language.c unicase/special-casing.c unicase/tocasefold.c unicase/tolower.c unicase/totitle.c unicase/toupper.c unicase/u16-casecmp.c unicase/u16-casecoll.c unicase/u16-casefold.c unicase/u16-casemap.c unicase/u16-casexfrm.c unicase/u16-ct-casefold.c unicase/u16-ct-tolower.c unicase/u16-ct-totitle.c unicase/u16-ct-toupper.c unicase/u16-is-cased.c unicase/u16-is-casefolded.c unicase/u16-is-invariant.c unicase/u16-is-lowercase.c unicase/u16-is-titlecase.c unicase/u16-is-uppercase.c unicase/u16-tolower.c unicase/u16-totitle.c unicase/u16-toupper.c unicase/u32-casecmp.c unicase/u32-casecoll.c unicase/u32-casefold.c unicase/u32-casemap.c unicase/u32-casexfrm.c unicase/u32-ct-casefold.c unicase/u32-ct-tolower.c unicase/u32-ct-totitle.c unicase/u32-ct-toupper.c unicase/u32-is-cased.c unicase/u32-is-casefolded.c unicase/u32-is-invariant.c unicase/u32-is-lowercase.c unicase/u32-is-titlecase.c unicase/u32-is-uppercase.c unicase/u32-tolower.c unicase/u32-totitle.c unicase/u32-toupper.c unicase/u8-casecmp.c unicase/u8-casecoll.c unicase/u8-casefold.c unicase/u8-casemap.c unicase/u8-casexfrm.c unicase/u8-ct-casefold.c unicase/u8-ct-tolower.c unicase/u8-ct-totitle.c unicase/u8-ct-toupper.c unicase/u8-is-cased.c unicase/u8-is-casefolded.c unicase/u8-is-invariant.c unicase/u8-is-lowercase.c unicase/u8-is-titlecase.c unicase/u8-is-uppercase.c unicase/u8-tolower.c unicase/u8-totitle.c unicase/u8-toupper.c unicase/ulc-casecmp.c unicase/ulc-casecoll.c unicase/ulc-casexfrm.c uniconv/u16-conv-from-enc.c uniconv/u16-conv-to-enc.c uniconv/u16-strconv-from-enc.c uniconv/u16-strconv-from-locale.c uniconv/u16-strconv-to-enc.c uniconv/u16-strconv-to-locale.c uniconv/u32-conv-from-enc.c uniconv/u32-conv-to-enc.c uniconv/u32-strconv-from-enc.c uniconv/u32-strconv-from-locale.c uniconv/u32-strconv-to-enc.c uniconv/u32-strconv-to-locale.c uniconv/u8-conv-from-enc.c uniconv/u8-conv-to-enc.c uniconv/u8-strconv-from-enc.c uniconv/u8-strconv-from-locale.c uniconv/u8-strconv-to-enc.c uniconv/u8-strconv-to-locale.c unictype/bidi_byname.c unictype/bidi_name.c unictype/bidi_of.c unictype/bidi_test.c unictype/blocks.c unictype/block_test.c unictype/categ_C.c unictype/categ_Cc.c unictype/categ_Cf.c unictype/categ_Cn.c unictype/categ_Co.c unictype/categ_Cs.c unictype/categ_L.c unictype/categ_Ll.c unictype/categ_Lm.c unictype/categ_Lo.c unictype/categ_Lt.c unictype/categ_Lu.c unictype/categ_M.c unictype/categ_Mc.c unictype/categ_Me.c unictype/categ_Mn.c unictype/categ_N.c unictype/categ_Nd.c unictype/categ_Nl.c unictype/categ_No.c unictype/categ_P.c unictype/categ_Pc.c unictype/categ_Pd.c unictype/categ_Pe.c unictype/categ_Pf.c unictype/categ_Pi.c unictype/categ_Po.c unictype/categ_Ps.c unictype/categ_S.c unictype/categ_Sc.c unictype/categ_Sk.c unictype/categ_Sm.c unictype/categ_So.c unictype/categ_Z.c unictype/categ_Zl.c unictype/categ_Zp.c unictype/categ_Zs.c unictype/categ_and.c unictype/categ_and_not.c unictype/categ_byname.c unictype/categ_name.c unictype/categ_none.c unictype/categ_of.c unictype/categ_or.c unictype/categ_test.c unictype/combining.c unictype/ctype_alnum.c unictype/ctype_alpha.c unictype/ctype_blank.c unictype/ctype_cntrl.c unictype/ctype_digit.c unictype/ctype_graph.c unictype/ctype_lower.c unictype/ctype_print.c unictype/ctype_punct.c unictype/ctype_space.c unictype/ctype_upper.c unictype/ctype_xdigit.c unictype/decdigit.c unictype/digit.c unictype/mirror.c unictype/numeric.c unictype/pr_alphabetic.c unictype/pr_ascii_hex_digit.c unictype/pr_bidi_arabic_digit.c unictype/pr_bidi_arabic_right_to_left.c unictype/pr_bidi_block_separator.c unictype/pr_bidi_boundary_neutral.c unictype/pr_bidi_common_separator.c unictype/pr_bidi_control.c unictype/pr_bidi_embedding_or_override.c unictype/pr_bidi_eur_num_separator.c unictype/pr_bidi_eur_num_terminator.c unictype/pr_bidi_european_digit.c unictype/pr_bidi_hebrew_right_to_left.c unictype/pr_bidi_left_to_right.c unictype/pr_bidi_non_spacing_mark.c unictype/pr_bidi_other_neutral.c unictype/pr_bidi_pdf.c unictype/pr_bidi_segment_separator.c unictype/pr_bidi_whitespace.c unictype/pr_byname.c unictype/pr_combining.c unictype/pr_composite.c unictype/pr_currency_symbol.c unictype/pr_dash.c unictype/pr_decimal_digit.c unictype/pr_default_ignorable_code_point.c unictype/pr_deprecated.c unictype/pr_diacritic.c unictype/pr_extender.c unictype/pr_format_control.c unictype/pr_grapheme_base.c unictype/pr_grapheme_extend.c unictype/pr_grapheme_link.c unictype/pr_hex_digit.c unictype/pr_hyphen.c unictype/pr_id_continue.c unictype/pr_id_start.c unictype/pr_ideographic.c unictype/pr_ids_binary_operator.c unictype/pr_ids_trinary_operator.c unictype/pr_ignorable_control.c unictype/pr_iso_control.c unictype/pr_join_control.c unictype/pr_left_of_pair.c unictype/pr_line_separator.c unictype/pr_logical_order_exception.c unictype/pr_lowercase.c unictype/pr_math.c unictype/pr_non_break.c unictype/pr_not_a_character.c unictype/pr_numeric.c unictype/pr_other_alphabetic.c unictype/pr_other_default_ignorable_code_point.c unictype/pr_other_grapheme_extend.c unictype/pr_other_id_continue.c unictype/pr_other_id_start.c unictype/pr_other_lowercase.c unictype/pr_other_math.c unictype/pr_other_uppercase.c unictype/pr_paired_punctuation.c unictype/pr_paragraph_separator.c unictype/pr_pattern_syntax.c unictype/pr_pattern_white_space.c unictype/pr_private_use.c unictype/pr_punctuation.c unictype/pr_quotation_mark.c unictype/pr_radical.c unictype/pr_sentence_terminal.c unictype/pr_soft_dotted.c unictype/pr_space.c unictype/pr_terminal_punctuation.c unictype/pr_test.c unictype/pr_titlecase.c unictype/pr_unassigned_code_value.c unictype/pr_unified_ideograph.c unictype/pr_uppercase.c unictype/pr_variation_selector.c unictype/pr_white_space.c unictype/pr_xid_continue.c unictype/pr_xid_start.c unictype/pr_zero_width.c unictype/scripts.c unictype/sy_c_ident.c unictype/sy_c_whitespace.c unictype/sy_java_ident.c unictype/sy_java_whitespace.c unilbrk/lbrktables.c unilbrk/u16-possible-linebreaks.c unilbrk/u16-width-linebreaks.c unilbrk/u32-possible-linebreaks.c unilbrk/u32-width-linebreaks.c unilbrk/u8-possible-linebreaks.c unilbrk/u8-width-linebreaks.c unilbrk/ulc-common.c unilbrk/ulc-possible-linebreaks.c unilbrk/ulc-width-linebreaks.c uniname/uniname.c uninorm/canonical-decomposition.c uninorm/compat-decomposition.c uninorm/composition.c uninorm/decompose-internal.c uninorm/decomposing-form.c uninorm/decomposition.c uninorm/decomposition-table.c uninorm/uninorm-filter.c uninorm/nfc.c uninorm/nfd.c uninorm/nfkc.c uninorm/nfkd.c uninorm/u16-normalize.c uninorm/u16-normcmp.c uninorm/u16-normcoll.c uninorm/u16-normxfrm.c uninorm/u32-normalize.c uninorm/u32-normcmp.c uninorm/u32-normcoll.c uninorm/u32-normxfrm.c uninorm/u8-normalize.c uninorm/u8-normcmp.c uninorm/u8-normcoll.c uninorm/u8-normxfrm.c unistdio/u-printf-args.c unistdio/u16-asnprintf.c unistdio/u16-asprintf.c unistdio/u16-printf-parse.c unistdio/u16-snprintf.c unistdio/u16-sprintf.c unistdio/u16-u16-asnprintf.c unistdio/u16-u16-asprintf.c unistdio/u16-u16-snprintf.c unistdio/u16-u16-sprintf.c unistdio/u16-u16-vasnprintf.c unistdio/u16-u16-vasprintf.c unistdio/u16-u16-vsnprintf.c unistdio/u16-u16-vsprintf.c unistdio/u16-vasnprintf.c unistdio/u16-vasprintf.c unistdio/u16-vsnprintf.c unistdio/u16-vsprintf.c unistdio/u32-asnprintf.c unistdio/u32-asprintf.c unistdio/u32-printf-parse.c unistdio/u32-snprintf.c unistdio/u32-sprintf.c unistdio/u32-u32-asnprintf.c unistdio/u32-u32-asprintf.c unistdio/u32-u32-snprintf.c unistdio/u32-u32-sprintf.c unistdio/u32-u32-vasnprintf.c unistdio/u32-u32-vasprintf.c unistdio/u32-u32-vsnprintf.c unistdio/u32-u32-vsprintf.c unistdio/u32-vasnprintf.c unistdio/u32-vasprintf.c unistdio/u32-vsnprintf.c unistdio/u32-vsprintf.c unistdio/u8-asnprintf.c unistdio/u8-asprintf.c unistdio/u8-printf-parse.c unistdio/u8-snprintf.c unistdio/u8-sprintf.c unistdio/u8-u8-asnprintf.c unistdio/u8-u8-asprintf.c unistdio/u8-u8-snprintf.c unistdio/u8-u8-sprintf.c unistdio/u8-u8-vasnprintf.c unistdio/u8-u8-vasprintf.c unistdio/u8-u8-vsnprintf.c unistdio/u8-u8-vsprintf.c unistdio/u8-vasnprintf.c unistdio/u8-vasprintf.c unistdio/u8-vsnprintf.c unistdio/u8-vsprintf.c unistdio/ulc-asnprintf.c unistdio/ulc-asprintf.c unistdio/ulc-fprintf.c unistdio/ulc-printf-parse.c unistdio/ulc-snprintf.c unistdio/ulc-sprintf.c unistdio/ulc-vasnprintf.c unistdio/ulc-vasprintf.c unistdio/ulc-vfprintf.c unistdio/ulc-vsnprintf.c unistdio/ulc-vsprintf.c unistr/u16-check.c unistr/u16-chr.c unistr/u16-cmp.c unistr/u16-cmp2.c unistr/u16-cpy.c unistr/u16-cpy-alloc.c unistr/u16-endswith.c unistr/u16-mblen.c unistr/u16-mbsnlen.c unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c unistr/u16-mbtoucr.c unistr/u16-move.c unistr/u16-next.c unistr/u16-prev.c unistr/u16-set.c unistr/u16-startswith.c unistr/u16-stpcpy.c unistr/u16-stpncpy.c unistr/u16-strcat.c unistr/u16-strchr.c unistr/u16-strcmp.c unistr/u16-strcoll.c unistr/u16-strcpy.c unistr/u16-strcspn.c unistr/u16-strdup.c unistr/u16-strlen.c unistr/u16-strmblen.c unistr/u16-strmbtouc.c unistr/u16-strncat.c unistr/u16-strncmp.c unistr/u16-strncpy.c unistr/u16-strnlen.c unistr/u16-strpbrk.c unistr/u16-strrchr.c unistr/u16-strspn.c unistr/u16-strstr.c unistr/u16-strtok.c unistr/u16-to-u32.c unistr/u16-to-u8.c unistr/u16-uctomb.c unistr/u16-uctomb-aux.c unistr/u32-check.c unistr/u32-chr.c unistr/u32-cmp.c unistr/u32-cmp2.c unistr/u32-cpy.c unistr/u32-cpy-alloc.c unistr/u32-endswith.c unistr/u32-mblen.c unistr/u32-mbsnlen.c unistr/u32-mbtouc.c unistr/u32-mbtouc-unsafe.c unistr/u32-mbtoucr.c unistr/u32-move.c unistr/u32-next.c unistr/u32-prev.c unistr/u32-set.c unistr/u32-startswith.c unistr/u32-stpcpy.c unistr/u32-stpncpy.c unistr/u32-strcat.c unistr/u32-strchr.c unistr/u32-strcmp.c unistr/u32-strcoll.c unistr/u32-strcpy.c unistr/u32-strcspn.c unistr/u32-strdup.c unistr/u32-strlen.c unistr/u32-strmblen.c unistr/u32-strmbtouc.c unistr/u32-strncat.c unistr/u32-strncmp.c unistr/u32-strncpy.c unistr/u32-strnlen.c unistr/u32-strpbrk.c unistr/u32-strrchr.c unistr/u32-strspn.c unistr/u32-strstr.c unistr/u32-strtok.c unistr/u32-to-u16.c unistr/u32-to-u8.c unistr/u32-uctomb.c unistr/u8-check.c unistr/u8-chr.c unistr/u8-cmp.c unistr/u8-cmp2.c unistr/u8-cpy.c unistr/u8-cpy-alloc.c unistr/u8-endswith.c unistr/u8-mblen.c unistr/u8-mbsnlen.c unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c unistr/u8-move.c unistr/u8-next.c unistr/u8-prev.c unistr/u8-set.c unistr/u8-startswith.c unistr/u8-stpcpy.c unistr/u8-stpncpy.c unistr/u8-strcat.c unistr/u8-strchr.c unistr/u8-strcmp.c unistr/u8-strcoll.c unistr/u8-strcpy.c unistr/u8-strcspn.c unistr/u8-strdup.c unistr/u8-strlen.c unistr/u8-strmblen.c unistr/u8-strmbtouc.c unistr/u8-strncat.c unistr/u8-strncmp.c unistr/u8-strncpy.c unistr/u8-strnlen.c unistr/u8-strpbrk.c unistr/u8-strrchr.c unistr/u8-strspn.c unistr/u8-strstr.c unistr/u8-strtok.c unistr/u8-to-u16.c unistr/u8-to-u32.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c uniwbrk/wbrktable.c uniwbrk/u16-wordbreaks.c uniwbrk/u32-wordbreaks.c uniwbrk/u8-wordbreaks.c uniwbrk/ulc-wordbreaks.c uniwbrk/wordbreak-property.c uniwidth/u16-strwidth.c uniwidth/u16-width.c uniwidth/u32-strwidth.c uniwidth/u32-width.c uniwidth/u8-strwidth.c uniwidth/u8-width.c uniwidth/width.c verify.h xsize.h version.c isnanf.lo isnanl.lo ; do \ case $f in \ *.res.lo ) ;; \ *.c | *.o | *.lo ) \ sf=`echo "$f" | sed -e 's,\\.[^.]*$,,'`.c; \ test -f $sf || sf=./$sf; \ of=`echo "$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$,,'`.o; \ echo "gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c $sf" 1>&6; \ gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c $sf || { rm -f config.h; exit 1; }; \ sh ./exported.sh $of 1>&5; \ rm -f $of `echo "$of" | sed -e 's,\\.o$,.lo,'`; \ ;; \ esac; \ done; \ } 5>&1 \ | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \ | { \ if test -f libunistring.sym; then \ symfile='libunistring.sym'; \ else \ symfile='./libunistring.sym'; \ fi; \ LC_ALL=C join -v 1 - $symfile; \ } \ | sed -e 's,^\(.*\)$,#define \1 libunistring_\1,' > config.h-t; \ } 6>&1 && \ if test -f config.h; then \ cat config.h-t >> config.h; \ rm -f config.h-t; \ else \ rm -f config.h-t; \ exit 1; \ fi \ fi gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-ctype.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strcasecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strncasecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fseterr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localcharset.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localename.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/lock.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c malloca.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbchar.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbsnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memcmp2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memxfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexpl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveh.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveha.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/threadlib.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-prefix-context.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-suffix-context.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ignorable.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/locale-language.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/special-casing.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tocasefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casemap.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casexfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-invariant.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casemap.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casexfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-invariant.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casemap.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casexfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-invariant.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casexfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_name.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_of.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/blocks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/block_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_C.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Co.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_L.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lo.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lt.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lu.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_M.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Me.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_N.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_No.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_P.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Po.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ps.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_S.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_So.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Z.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and_not.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_name.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_none.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_of.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_or.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/combining.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alnum.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alpha.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_blank.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_cntrl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_graph.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_lower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_print.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_punct.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_upper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_xdigit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/decdigit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/mirror.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/numeric.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_alphabetic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ascii_hex_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_right_to_left.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_block_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_boundary_neutral.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_common_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_embedding_or_override.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_terminator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_european_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_hebrew_right_to_left.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_left_to_right.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_non_spacing_mark.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_other_neutral.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_pdf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_segment_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_combining.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_composite.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_currency_symbol.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_dash.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_decimal_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_default_ignorable_code_point.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_deprecated.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_diacritic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_extender.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_format_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_base.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_extend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_link.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hex_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hyphen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ideographic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_binary_operator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_trinary_operator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ignorable_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_iso_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_join_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_left_of_pair.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_line_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_logical_order_exception.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_math.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_non_break.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_not_a_character.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_numeric.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_alphabetic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_default_ignorable_code_point.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_grapheme_extend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_math.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paired_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paragraph_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_syntax.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_white_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_private_use.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_quotation_mark.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_radical.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_sentence_terminal.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_soft_dotted.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_terminal_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unassigned_code_value.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unified_ideograph.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_variation_selector.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_white_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_zero_width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/scripts.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_ident.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_ident.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/lbrktables.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-common.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniname/uniname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/canonical-decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/compat-decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/composition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decompose-internal.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposing-form.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition-table.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/uninorm-filter.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normalize.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normxfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normalize.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normxfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normalize.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normxfrm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u-printf-args.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-printf-parse.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-printf-parse.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-printf-parse.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-fprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-printf-parse.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-sprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vfprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsnprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-check.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-chr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy-alloc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-endswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbsnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtoucr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-move.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-next.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-prev.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-set.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-startswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strdup.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strpbrk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strrchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strstr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strtok.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u32.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u8.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-check.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-chr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy-alloc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-endswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbsnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc-unsafe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtoucr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-move.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-next.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-prev.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-set.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-startswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strdup.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strpbrk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strrchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strstr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strtok.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u16.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u8.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-uctomb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-check.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-chr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy-alloc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-endswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbsnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtoucr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-move.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-next.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-prev.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-set.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-startswith.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strdup.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strpbrk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strrchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strspn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strstr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strtok.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u16.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u32.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb-aux.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wbrktable.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u16-wordbreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u32-wordbreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u8-wordbreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/ulc-wordbreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wordbreak-property.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-strwidth.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-strwidth.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-strwidth.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c version.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /usr/bin/make all-am make[4]: Entering directory `/«PKGBUILDDIR»/lib' \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o c-ctype.lo c-ctype.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-ctype.c -fPIC -DPIC -o .libs/c-ctype.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-ctype.c -o c-ctype.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o c-strcasecmp.lo c-strcasecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strcasecmp.c -fPIC -DPIC -o .libs/c-strcasecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strcasecmp.c -o c-strcasecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o c-strncasecmp.lo c-strncasecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strncasecmp.c -fPIC -DPIC -o .libs/c-strncasecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c c-strncasecmp.c -o c-strncasecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o fseterr.lo fseterr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fseterr.c -fPIC -DPIC -o .libs/fseterr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fseterr.c -o fseterr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o localcharset.lo localcharset.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localcharset.c -o localcharset.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o localename.lo localename.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localename.c -fPIC -DPIC -o .libs/localename.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c localename.c -o localename.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o glthread/lock.lo glthread/lock.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/lock.c -fPIC -DPIC -o glthread/.libs/lock.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o malloca.lo malloca.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c malloca.c -fPIC -DPIC -o .libs/malloca.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c malloca.c -o malloca.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o mbchar.lo mbchar.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbchar.c -fPIC -DPIC -o .libs/mbchar.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbchar.c -o mbchar.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o mbsnlen.lo mbsnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbsnlen.c -fPIC -DPIC -o .libs/mbsnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c mbsnlen.c -o mbsnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o memcmp2.lo memcmp2.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memcmp2.c -fPIC -DPIC -o .libs/memcmp2.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memcmp2.c -o memcmp2.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o memxfrm.lo memxfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memxfrm.c -fPIC -DPIC -o .libs/memxfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c memxfrm.c -o memxfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o printf-frexp.lo printf-frexp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexp.c -fPIC -DPIC -o .libs/printf-frexp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexp.c -o printf-frexp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o printf-frexpl.lo printf-frexpl.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexpl.c -fPIC -DPIC -o .libs/printf-frexpl.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c printf-frexpl.c -o printf-frexpl.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o striconveh.lo striconveh.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveh.c -fPIC -DPIC -o .libs/striconveh.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveh.c -o striconveh.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o striconveha.lo striconveha.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveha.c -fPIC -DPIC -o .libs/striconveha.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c striconveha.c -o striconveha.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o glthread/threadlib.lo glthread/threadlib.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/threadlib.c -fPIC -DPIC -o glthread/.libs/threadlib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/cased.lo unicase/cased.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/cased.c -fPIC -DPIC -o unicase/.libs/cased.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/cased.c -o unicase/cased.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/empty-prefix-context.lo unicase/empty-prefix-context.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-prefix-context.c -fPIC -DPIC -o unicase/.libs/empty-prefix-context.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-prefix-context.c -o unicase/empty-prefix-context.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/empty-suffix-context.lo unicase/empty-suffix-context.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-suffix-context.c -fPIC -DPIC -o unicase/.libs/empty-suffix-context.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/empty-suffix-context.c -o unicase/empty-suffix-context.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/ignorable.lo unicase/ignorable.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ignorable.c -fPIC -DPIC -o unicase/.libs/ignorable.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ignorable.c -o unicase/ignorable.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/locale-language.lo unicase/locale-language.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/locale-language.c -fPIC -DPIC -o unicase/.libs/locale-language.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/locale-language.c -o unicase/locale-language.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/special-casing.lo unicase/special-casing.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/special-casing.c -fPIC -DPIC -o unicase/.libs/special-casing.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/special-casing.c -o unicase/special-casing.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/tocasefold.lo unicase/tocasefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tocasefold.c -fPIC -DPIC -o unicase/.libs/tocasefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tocasefold.c -o unicase/tocasefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/tolower.lo unicase/tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tolower.c -fPIC -DPIC -o unicase/.libs/tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/tolower.c -o unicase/tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/totitle.lo unicase/totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/totitle.c -fPIC -DPIC -o unicase/.libs/totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/totitle.c -o unicase/totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/toupper.lo unicase/toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/toupper.c -fPIC -DPIC -o unicase/.libs/toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/toupper.c -o unicase/toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-casecmp.lo unicase/u16-casecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecmp.c -fPIC -DPIC -o unicase/.libs/u16-casecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecmp.c -o unicase/u16-casecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-casecoll.lo unicase/u16-casecoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecoll.c -fPIC -DPIC -o unicase/.libs/u16-casecoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casecoll.c -o unicase/u16-casecoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-casefold.lo unicase/u16-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casefold.c -fPIC -DPIC -o unicase/.libs/u16-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casefold.c -o unicase/u16-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-casemap.lo unicase/u16-casemap.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casemap.c -fPIC -DPIC -o unicase/.libs/u16-casemap.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casemap.c -o unicase/u16-casemap.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-casexfrm.lo unicase/u16-casexfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casexfrm.c -fPIC -DPIC -o unicase/.libs/u16-casexfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-casexfrm.c -o unicase/u16-casexfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-ct-casefold.lo unicase/u16-ct-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-casefold.c -fPIC -DPIC -o unicase/.libs/u16-ct-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-casefold.c -o unicase/u16-ct-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-ct-tolower.lo unicase/u16-ct-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-tolower.c -fPIC -DPIC -o unicase/.libs/u16-ct-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-tolower.c -o unicase/u16-ct-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-ct-totitle.lo unicase/u16-ct-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-totitle.c -fPIC -DPIC -o unicase/.libs/u16-ct-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-totitle.c -o unicase/u16-ct-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-ct-toupper.lo unicase/u16-ct-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-toupper.c -fPIC -DPIC -o unicase/.libs/u16-ct-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-ct-toupper.c -o unicase/u16-ct-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-cased.lo unicase/u16-is-cased.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-cased.c -fPIC -DPIC -o unicase/.libs/u16-is-cased.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-cased.c -o unicase/u16-is-cased.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-casefolded.lo unicase/u16-is-casefolded.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-casefolded.c -fPIC -DPIC -o unicase/.libs/u16-is-casefolded.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-casefolded.c -o unicase/u16-is-casefolded.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-invariant.lo unicase/u16-is-invariant.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-invariant.c -fPIC -DPIC -o unicase/.libs/u16-is-invariant.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-invariant.c -o unicase/u16-is-invariant.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-lowercase.lo unicase/u16-is-lowercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-lowercase.c -fPIC -DPIC -o unicase/.libs/u16-is-lowercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-lowercase.c -o unicase/u16-is-lowercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-titlecase.lo unicase/u16-is-titlecase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-titlecase.c -fPIC -DPIC -o unicase/.libs/u16-is-titlecase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-titlecase.c -o unicase/u16-is-titlecase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-is-uppercase.lo unicase/u16-is-uppercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-uppercase.c -fPIC -DPIC -o unicase/.libs/u16-is-uppercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-is-uppercase.c -o unicase/u16-is-uppercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-tolower.lo unicase/u16-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-tolower.c -fPIC -DPIC -o unicase/.libs/u16-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-tolower.c -o unicase/u16-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-totitle.lo unicase/u16-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-totitle.c -fPIC -DPIC -o unicase/.libs/u16-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-totitle.c -o unicase/u16-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u16-toupper.lo unicase/u16-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-toupper.c -fPIC -DPIC -o unicase/.libs/u16-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u16-toupper.c -o unicase/u16-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-casecmp.lo unicase/u32-casecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecmp.c -fPIC -DPIC -o unicase/.libs/u32-casecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecmp.c -o unicase/u32-casecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-casecoll.lo unicase/u32-casecoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecoll.c -fPIC -DPIC -o unicase/.libs/u32-casecoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casecoll.c -o unicase/u32-casecoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-casefold.lo unicase/u32-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casefold.c -fPIC -DPIC -o unicase/.libs/u32-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casefold.c -o unicase/u32-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-casemap.lo unicase/u32-casemap.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casemap.c -fPIC -DPIC -o unicase/.libs/u32-casemap.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casemap.c -o unicase/u32-casemap.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-casexfrm.lo unicase/u32-casexfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casexfrm.c -fPIC -DPIC -o unicase/.libs/u32-casexfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-casexfrm.c -o unicase/u32-casexfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-ct-casefold.lo unicase/u32-ct-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-casefold.c -fPIC -DPIC -o unicase/.libs/u32-ct-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-casefold.c -o unicase/u32-ct-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-ct-tolower.lo unicase/u32-ct-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-tolower.c -fPIC -DPIC -o unicase/.libs/u32-ct-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-tolower.c -o unicase/u32-ct-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-ct-totitle.lo unicase/u32-ct-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-totitle.c -fPIC -DPIC -o unicase/.libs/u32-ct-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-totitle.c -o unicase/u32-ct-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-ct-toupper.lo unicase/u32-ct-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-toupper.c -fPIC -DPIC -o unicase/.libs/u32-ct-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-ct-toupper.c -o unicase/u32-ct-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-cased.lo unicase/u32-is-cased.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-cased.c -fPIC -DPIC -o unicase/.libs/u32-is-cased.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-cased.c -o unicase/u32-is-cased.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-casefolded.lo unicase/u32-is-casefolded.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-casefolded.c -fPIC -DPIC -o unicase/.libs/u32-is-casefolded.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-casefolded.c -o unicase/u32-is-casefolded.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-invariant.lo unicase/u32-is-invariant.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-invariant.c -fPIC -DPIC -o unicase/.libs/u32-is-invariant.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-invariant.c -o unicase/u32-is-invariant.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-lowercase.lo unicase/u32-is-lowercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-lowercase.c -fPIC -DPIC -o unicase/.libs/u32-is-lowercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-lowercase.c -o unicase/u32-is-lowercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-titlecase.lo unicase/u32-is-titlecase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-titlecase.c -fPIC -DPIC -o unicase/.libs/u32-is-titlecase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-titlecase.c -o unicase/u32-is-titlecase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-is-uppercase.lo unicase/u32-is-uppercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-uppercase.c -fPIC -DPIC -o unicase/.libs/u32-is-uppercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-is-uppercase.c -o unicase/u32-is-uppercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-tolower.lo unicase/u32-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-tolower.c -fPIC -DPIC -o unicase/.libs/u32-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-tolower.c -o unicase/u32-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-totitle.lo unicase/u32-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-totitle.c -fPIC -DPIC -o unicase/.libs/u32-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-totitle.c -o unicase/u32-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u32-toupper.lo unicase/u32-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-toupper.c -fPIC -DPIC -o unicase/.libs/u32-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u32-toupper.c -o unicase/u32-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-casecmp.lo unicase/u8-casecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecmp.c -fPIC -DPIC -o unicase/.libs/u8-casecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecmp.c -o unicase/u8-casecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-casecoll.lo unicase/u8-casecoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecoll.c -fPIC -DPIC -o unicase/.libs/u8-casecoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casecoll.c -o unicase/u8-casecoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-casefold.lo unicase/u8-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casefold.c -fPIC -DPIC -o unicase/.libs/u8-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casefold.c -o unicase/u8-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-casemap.lo unicase/u8-casemap.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casemap.c -fPIC -DPIC -o unicase/.libs/u8-casemap.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casemap.c -o unicase/u8-casemap.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-casexfrm.lo unicase/u8-casexfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casexfrm.c -fPIC -DPIC -o unicase/.libs/u8-casexfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-casexfrm.c -o unicase/u8-casexfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-ct-casefold.lo unicase/u8-ct-casefold.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-casefold.c -fPIC -DPIC -o unicase/.libs/u8-ct-casefold.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-casefold.c -o unicase/u8-ct-casefold.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-ct-tolower.lo unicase/u8-ct-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-tolower.c -fPIC -DPIC -o unicase/.libs/u8-ct-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-tolower.c -o unicase/u8-ct-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-ct-totitle.lo unicase/u8-ct-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-totitle.c -fPIC -DPIC -o unicase/.libs/u8-ct-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-totitle.c -o unicase/u8-ct-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-ct-toupper.lo unicase/u8-ct-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-toupper.c -fPIC -DPIC -o unicase/.libs/u8-ct-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-ct-toupper.c -o unicase/u8-ct-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-cased.lo unicase/u8-is-cased.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-cased.c -fPIC -DPIC -o unicase/.libs/u8-is-cased.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-cased.c -o unicase/u8-is-cased.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-casefolded.lo unicase/u8-is-casefolded.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-casefolded.c -fPIC -DPIC -o unicase/.libs/u8-is-casefolded.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-casefolded.c -o unicase/u8-is-casefolded.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-invariant.lo unicase/u8-is-invariant.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-invariant.c -fPIC -DPIC -o unicase/.libs/u8-is-invariant.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-invariant.c -o unicase/u8-is-invariant.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-lowercase.lo unicase/u8-is-lowercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-lowercase.c -fPIC -DPIC -o unicase/.libs/u8-is-lowercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-lowercase.c -o unicase/u8-is-lowercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-titlecase.lo unicase/u8-is-titlecase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-titlecase.c -fPIC -DPIC -o unicase/.libs/u8-is-titlecase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-titlecase.c -o unicase/u8-is-titlecase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-is-uppercase.lo unicase/u8-is-uppercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-uppercase.c -fPIC -DPIC -o unicase/.libs/u8-is-uppercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-is-uppercase.c -o unicase/u8-is-uppercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-tolower.lo unicase/u8-tolower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-tolower.c -fPIC -DPIC -o unicase/.libs/u8-tolower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-tolower.c -o unicase/u8-tolower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-totitle.lo unicase/u8-totitle.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-totitle.c -fPIC -DPIC -o unicase/.libs/u8-totitle.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-totitle.c -o unicase/u8-totitle.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/u8-toupper.lo unicase/u8-toupper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-toupper.c -fPIC -DPIC -o unicase/.libs/u8-toupper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/u8-toupper.c -o unicase/u8-toupper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/ulc-casecmp.lo unicase/ulc-casecmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecmp.c -fPIC -DPIC -o unicase/.libs/ulc-casecmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecmp.c -o unicase/ulc-casecmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/ulc-casecoll.lo unicase/ulc-casecoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecoll.c -fPIC -DPIC -o unicase/.libs/ulc-casecoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casecoll.c -o unicase/ulc-casecoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/ulc-casexfrm.lo unicase/ulc-casexfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casexfrm.c -fPIC -DPIC -o unicase/.libs/ulc-casexfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unicase/ulc-casexfrm.c -o unicase/ulc-casexfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-conv-from-enc.lo uniconv/u16-conv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u16-conv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-from-enc.c -o uniconv/u16-conv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-conv-to-enc.lo uniconv/u16-conv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u16-conv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-conv-to-enc.c -o uniconv/u16-conv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-strconv-from-enc.lo uniconv/u16-strconv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u16-strconv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-enc.c -o uniconv/u16-strconv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-strconv-from-locale.lo uniconv/u16-strconv-from-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-locale.c -fPIC -DPIC -o uniconv/.libs/u16-strconv-from-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-from-locale.c -o uniconv/u16-strconv-from-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-strconv-to-enc.lo uniconv/u16-strconv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u16-strconv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-enc.c -o uniconv/u16-strconv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u16-strconv-to-locale.lo uniconv/u16-strconv-to-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-locale.c -fPIC -DPIC -o uniconv/.libs/u16-strconv-to-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u16-strconv-to-locale.c -o uniconv/u16-strconv-to-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-conv-from-enc.lo uniconv/u32-conv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u32-conv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-from-enc.c -o uniconv/u32-conv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-conv-to-enc.lo uniconv/u32-conv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u32-conv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-conv-to-enc.c -o uniconv/u32-conv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-strconv-from-enc.lo uniconv/u32-strconv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u32-strconv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-enc.c -o uniconv/u32-strconv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-strconv-from-locale.lo uniconv/u32-strconv-from-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-locale.c -fPIC -DPIC -o uniconv/.libs/u32-strconv-from-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-from-locale.c -o uniconv/u32-strconv-from-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-strconv-to-enc.lo uniconv/u32-strconv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u32-strconv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-enc.c -o uniconv/u32-strconv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u32-strconv-to-locale.lo uniconv/u32-strconv-to-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-locale.c -fPIC -DPIC -o uniconv/.libs/u32-strconv-to-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u32-strconv-to-locale.c -o uniconv/u32-strconv-to-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-conv-from-enc.lo uniconv/u8-conv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u8-conv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-from-enc.c -o uniconv/u8-conv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-conv-to-enc.lo uniconv/u8-conv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u8-conv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-conv-to-enc.c -o uniconv/u8-conv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-strconv-from-enc.lo uniconv/u8-strconv-from-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-enc.c -fPIC -DPIC -o uniconv/.libs/u8-strconv-from-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-enc.c -o uniconv/u8-strconv-from-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-strconv-from-locale.lo uniconv/u8-strconv-from-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-locale.c -fPIC -DPIC -o uniconv/.libs/u8-strconv-from-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-from-locale.c -o uniconv/u8-strconv-from-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-strconv-to-enc.lo uniconv/u8-strconv-to-enc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-enc.c -fPIC -DPIC -o uniconv/.libs/u8-strconv-to-enc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-enc.c -o uniconv/u8-strconv-to-enc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/u8-strconv-to-locale.lo uniconv/u8-strconv-to-locale.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-locale.c -fPIC -DPIC -o uniconv/.libs/u8-strconv-to-locale.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniconv/u8-strconv-to-locale.c -o uniconv/u8-strconv-to-locale.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/bidi_byname.lo unictype/bidi_byname.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_byname.c -fPIC -DPIC -o unictype/.libs/bidi_byname.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_byname.c -o unictype/bidi_byname.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/bidi_name.lo unictype/bidi_name.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_name.c -fPIC -DPIC -o unictype/.libs/bidi_name.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_name.c -o unictype/bidi_name.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/bidi_of.lo unictype/bidi_of.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_of.c -fPIC -DPIC -o unictype/.libs/bidi_of.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_of.c -o unictype/bidi_of.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/bidi_test.lo unictype/bidi_test.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_test.c -fPIC -DPIC -o unictype/.libs/bidi_test.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/bidi_test.c -o unictype/bidi_test.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/blocks.lo unictype/blocks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/blocks.c -fPIC -DPIC -o unictype/.libs/blocks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/blocks.c -o unictype/blocks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/block_test.lo unictype/block_test.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/block_test.c -fPIC -DPIC -o unictype/.libs/block_test.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/block_test.c -o unictype/block_test.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_C.lo unictype/categ_C.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_C.c -fPIC -DPIC -o unictype/.libs/categ_C.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_C.c -o unictype/categ_C.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Cc.lo unictype/categ_Cc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cc.c -fPIC -DPIC -o unictype/.libs/categ_Cc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cc.c -o unictype/categ_Cc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Cf.lo unictype/categ_Cf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cf.c -fPIC -DPIC -o unictype/.libs/categ_Cf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cf.c -o unictype/categ_Cf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Cn.lo unictype/categ_Cn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cn.c -fPIC -DPIC -o unictype/.libs/categ_Cn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cn.c -o unictype/categ_Cn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Co.lo unictype/categ_Co.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Co.c -fPIC -DPIC -o unictype/.libs/categ_Co.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Co.c -o unictype/categ_Co.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Cs.lo unictype/categ_Cs.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cs.c -fPIC -DPIC -o unictype/.libs/categ_Cs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Cs.c -o unictype/categ_Cs.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_L.lo unictype/categ_L.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_L.c -fPIC -DPIC -o unictype/.libs/categ_L.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_L.c -o unictype/categ_L.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Ll.lo unictype/categ_Ll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ll.c -fPIC -DPIC -o unictype/.libs/categ_Ll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ll.c -o unictype/categ_Ll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Lm.lo unictype/categ_Lm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lm.c -fPIC -DPIC -o unictype/.libs/categ_Lm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lm.c -o unictype/categ_Lm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Lo.lo unictype/categ_Lo.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lo.c -fPIC -DPIC -o unictype/.libs/categ_Lo.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lo.c -o unictype/categ_Lo.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Lt.lo unictype/categ_Lt.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lt.c -fPIC -DPIC -o unictype/.libs/categ_Lt.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lt.c -o unictype/categ_Lt.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Lu.lo unictype/categ_Lu.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lu.c -fPIC -DPIC -o unictype/.libs/categ_Lu.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Lu.c -o unictype/categ_Lu.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_M.lo unictype/categ_M.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_M.c -fPIC -DPIC -o unictype/.libs/categ_M.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_M.c -o unictype/categ_M.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Mc.lo unictype/categ_Mc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mc.c -fPIC -DPIC -o unictype/.libs/categ_Mc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mc.c -o unictype/categ_Mc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Me.lo unictype/categ_Me.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Me.c -fPIC -DPIC -o unictype/.libs/categ_Me.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Me.c -o unictype/categ_Me.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Mn.lo unictype/categ_Mn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mn.c -fPIC -DPIC -o unictype/.libs/categ_Mn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Mn.c -o unictype/categ_Mn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_N.lo unictype/categ_N.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_N.c -fPIC -DPIC -o unictype/.libs/categ_N.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_N.c -o unictype/categ_N.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Nd.lo unictype/categ_Nd.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nd.c -fPIC -DPIC -o unictype/.libs/categ_Nd.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nd.c -o unictype/categ_Nd.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Nl.lo unictype/categ_Nl.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nl.c -fPIC -DPIC -o unictype/.libs/categ_Nl.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Nl.c -o unictype/categ_Nl.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_No.lo unictype/categ_No.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_No.c -fPIC -DPIC -o unictype/.libs/categ_No.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_No.c -o unictype/categ_No.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_P.lo unictype/categ_P.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_P.c -fPIC -DPIC -o unictype/.libs/categ_P.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_P.c -o unictype/categ_P.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Pc.lo unictype/categ_Pc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pc.c -fPIC -DPIC -o unictype/.libs/categ_Pc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pc.c -o unictype/categ_Pc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Pd.lo unictype/categ_Pd.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pd.c -fPIC -DPIC -o unictype/.libs/categ_Pd.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pd.c -o unictype/categ_Pd.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Pe.lo unictype/categ_Pe.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pe.c -fPIC -DPIC -o unictype/.libs/categ_Pe.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pe.c -o unictype/categ_Pe.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Pf.lo unictype/categ_Pf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pf.c -fPIC -DPIC -o unictype/.libs/categ_Pf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pf.c -o unictype/categ_Pf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Pi.lo unictype/categ_Pi.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pi.c -fPIC -DPIC -o unictype/.libs/categ_Pi.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Pi.c -o unictype/categ_Pi.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Po.lo unictype/categ_Po.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Po.c -fPIC -DPIC -o unictype/.libs/categ_Po.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Po.c -o unictype/categ_Po.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Ps.lo unictype/categ_Ps.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ps.c -fPIC -DPIC -o unictype/.libs/categ_Ps.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Ps.c -o unictype/categ_Ps.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_S.lo unictype/categ_S.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_S.c -fPIC -DPIC -o unictype/.libs/categ_S.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_S.c -o unictype/categ_S.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Sc.lo unictype/categ_Sc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sc.c -fPIC -DPIC -o unictype/.libs/categ_Sc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sc.c -o unictype/categ_Sc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Sk.lo unictype/categ_Sk.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sk.c -fPIC -DPIC -o unictype/.libs/categ_Sk.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sk.c -o unictype/categ_Sk.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Sm.lo unictype/categ_Sm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sm.c -fPIC -DPIC -o unictype/.libs/categ_Sm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Sm.c -o unictype/categ_Sm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_So.lo unictype/categ_So.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_So.c -fPIC -DPIC -o unictype/.libs/categ_So.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_So.c -o unictype/categ_So.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Z.lo unictype/categ_Z.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Z.c -fPIC -DPIC -o unictype/.libs/categ_Z.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Z.c -o unictype/categ_Z.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Zl.lo unictype/categ_Zl.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zl.c -fPIC -DPIC -o unictype/.libs/categ_Zl.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zl.c -o unictype/categ_Zl.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Zp.lo unictype/categ_Zp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zp.c -fPIC -DPIC -o unictype/.libs/categ_Zp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zp.c -o unictype/categ_Zp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_Zs.lo unictype/categ_Zs.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zs.c -fPIC -DPIC -o unictype/.libs/categ_Zs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_Zs.c -o unictype/categ_Zs.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_and.lo unictype/categ_and.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and.c -fPIC -DPIC -o unictype/.libs/categ_and.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and.c -o unictype/categ_and.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_and_not.lo unictype/categ_and_not.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and_not.c -fPIC -DPIC -o unictype/.libs/categ_and_not.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_and_not.c -o unictype/categ_and_not.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_byname.lo unictype/categ_byname.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_byname.c -fPIC -DPIC -o unictype/.libs/categ_byname.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_byname.c -o unictype/categ_byname.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_name.lo unictype/categ_name.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_name.c -fPIC -DPIC -o unictype/.libs/categ_name.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_name.c -o unictype/categ_name.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_none.lo unictype/categ_none.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_none.c -fPIC -DPIC -o unictype/.libs/categ_none.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_none.c -o unictype/categ_none.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_of.lo unictype/categ_of.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_of.c -fPIC -DPIC -o unictype/.libs/categ_of.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_of.c -o unictype/categ_of.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_or.lo unictype/categ_or.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_or.c -fPIC -DPIC -o unictype/.libs/categ_or.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_or.c -o unictype/categ_or.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/categ_test.lo unictype/categ_test.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_test.c -fPIC -DPIC -o unictype/.libs/categ_test.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/categ_test.c -o unictype/categ_test.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/combining.lo unictype/combining.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/combining.c -fPIC -DPIC -o unictype/.libs/combining.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/combining.c -o unictype/combining.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_alnum.lo unictype/ctype_alnum.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alnum.c -fPIC -DPIC -o unictype/.libs/ctype_alnum.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alnum.c -o unictype/ctype_alnum.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_alpha.lo unictype/ctype_alpha.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alpha.c -fPIC -DPIC -o unictype/.libs/ctype_alpha.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_alpha.c -o unictype/ctype_alpha.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_blank.lo unictype/ctype_blank.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_blank.c -fPIC -DPIC -o unictype/.libs/ctype_blank.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_blank.c -o unictype/ctype_blank.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_cntrl.lo unictype/ctype_cntrl.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_cntrl.c -fPIC -DPIC -o unictype/.libs/ctype_cntrl.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_cntrl.c -o unictype/ctype_cntrl.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_digit.lo unictype/ctype_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_digit.c -fPIC -DPIC -o unictype/.libs/ctype_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_digit.c -o unictype/ctype_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_graph.lo unictype/ctype_graph.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_graph.c -fPIC -DPIC -o unictype/.libs/ctype_graph.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_graph.c -o unictype/ctype_graph.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_lower.lo unictype/ctype_lower.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_lower.c -fPIC -DPIC -o unictype/.libs/ctype_lower.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_lower.c -o unictype/ctype_lower.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_print.lo unictype/ctype_print.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_print.c -fPIC -DPIC -o unictype/.libs/ctype_print.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_print.c -o unictype/ctype_print.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_punct.lo unictype/ctype_punct.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_punct.c -fPIC -DPIC -o unictype/.libs/ctype_punct.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_punct.c -o unictype/ctype_punct.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_space.lo unictype/ctype_space.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_space.c -fPIC -DPIC -o unictype/.libs/ctype_space.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_space.c -o unictype/ctype_space.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_upper.lo unictype/ctype_upper.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_upper.c -fPIC -DPIC -o unictype/.libs/ctype_upper.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_upper.c -o unictype/ctype_upper.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/ctype_xdigit.lo unictype/ctype_xdigit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_xdigit.c -fPIC -DPIC -o unictype/.libs/ctype_xdigit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/ctype_xdigit.c -o unictype/ctype_xdigit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/decdigit.lo unictype/decdigit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/decdigit.c -fPIC -DPIC -o unictype/.libs/decdigit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/decdigit.c -o unictype/decdigit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/digit.lo unictype/digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/digit.c -fPIC -DPIC -o unictype/.libs/digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/digit.c -o unictype/digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/mirror.lo unictype/mirror.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/mirror.c -fPIC -DPIC -o unictype/.libs/mirror.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/mirror.c -o unictype/mirror.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/numeric.lo unictype/numeric.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/numeric.c -fPIC -DPIC -o unictype/.libs/numeric.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/numeric.c -o unictype/numeric.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_alphabetic.lo unictype/pr_alphabetic.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_alphabetic.c -fPIC -DPIC -o unictype/.libs/pr_alphabetic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_alphabetic.c -o unictype/pr_alphabetic.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_ascii_hex_digit.lo unictype/pr_ascii_hex_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ascii_hex_digit.c -fPIC -DPIC -o unictype/.libs/pr_ascii_hex_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ascii_hex_digit.c -o unictype/pr_ascii_hex_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_arabic_digit.lo unictype/pr_bidi_arabic_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_digit.c -fPIC -DPIC -o unictype/.libs/pr_bidi_arabic_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_digit.c -o unictype/pr_bidi_arabic_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_arabic_right_to_left.lo unictype/pr_bidi_arabic_right_to_left.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_right_to_left.c -fPIC -DPIC -o unictype/.libs/pr_bidi_arabic_right_to_left.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_arabic_right_to_left.c -o unictype/pr_bidi_arabic_right_to_left.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_block_separator.lo unictype/pr_bidi_block_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_block_separator.c -fPIC -DPIC -o unictype/.libs/pr_bidi_block_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_block_separator.c -o unictype/pr_bidi_block_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_boundary_neutral.lo unictype/pr_bidi_boundary_neutral.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_boundary_neutral.c -fPIC -DPIC -o unictype/.libs/pr_bidi_boundary_neutral.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_boundary_neutral.c -o unictype/pr_bidi_boundary_neutral.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_common_separator.lo unictype/pr_bidi_common_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_common_separator.c -fPIC -DPIC -o unictype/.libs/pr_bidi_common_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_common_separator.c -o unictype/pr_bidi_common_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_control.lo unictype/pr_bidi_control.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_control.c -fPIC -DPIC -o unictype/.libs/pr_bidi_control.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_control.c -o unictype/pr_bidi_control.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_embedding_or_override.lo unictype/pr_bidi_embedding_or_override.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_embedding_or_override.c -fPIC -DPIC -o unictype/.libs/pr_bidi_embedding_or_override.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_embedding_or_override.c -o unictype/pr_bidi_embedding_or_override.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_eur_num_separator.lo unictype/pr_bidi_eur_num_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_separator.c -fPIC -DPIC -o unictype/.libs/pr_bidi_eur_num_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_separator.c -o unictype/pr_bidi_eur_num_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_eur_num_terminator.lo unictype/pr_bidi_eur_num_terminator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_terminator.c -fPIC -DPIC -o unictype/.libs/pr_bidi_eur_num_terminator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_eur_num_terminator.c -o unictype/pr_bidi_eur_num_terminator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_european_digit.lo unictype/pr_bidi_european_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_european_digit.c -fPIC -DPIC -o unictype/.libs/pr_bidi_european_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_european_digit.c -o unictype/pr_bidi_european_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_hebrew_right_to_left.lo unictype/pr_bidi_hebrew_right_to_left.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_hebrew_right_to_left.c -fPIC -DPIC -o unictype/.libs/pr_bidi_hebrew_right_to_left.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_hebrew_right_to_left.c -o unictype/pr_bidi_hebrew_right_to_left.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_left_to_right.lo unictype/pr_bidi_left_to_right.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_left_to_right.c -fPIC -DPIC -o unictype/.libs/pr_bidi_left_to_right.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_left_to_right.c -o unictype/pr_bidi_left_to_right.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_non_spacing_mark.lo unictype/pr_bidi_non_spacing_mark.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_non_spacing_mark.c -fPIC -DPIC -o unictype/.libs/pr_bidi_non_spacing_mark.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_non_spacing_mark.c -o unictype/pr_bidi_non_spacing_mark.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_other_neutral.lo unictype/pr_bidi_other_neutral.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_other_neutral.c -fPIC -DPIC -o unictype/.libs/pr_bidi_other_neutral.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_other_neutral.c -o unictype/pr_bidi_other_neutral.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_pdf.lo unictype/pr_bidi_pdf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_pdf.c -fPIC -DPIC -o unictype/.libs/pr_bidi_pdf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_pdf.c -o unictype/pr_bidi_pdf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_segment_separator.lo unictype/pr_bidi_segment_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_segment_separator.c -fPIC -DPIC -o unictype/.libs/pr_bidi_segment_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_segment_separator.c -o unictype/pr_bidi_segment_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_bidi_whitespace.lo unictype/pr_bidi_whitespace.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_whitespace.c -fPIC -DPIC -o unictype/.libs/pr_bidi_whitespace.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_bidi_whitespace.c -o unictype/pr_bidi_whitespace.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_byname.lo unictype/pr_byname.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_byname.c -fPIC -DPIC -o unictype/.libs/pr_byname.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_byname.c -o unictype/pr_byname.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_combining.lo unictype/pr_combining.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_combining.c -fPIC -DPIC -o unictype/.libs/pr_combining.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_combining.c -o unictype/pr_combining.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_composite.lo unictype/pr_composite.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_composite.c -fPIC -DPIC -o unictype/.libs/pr_composite.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_composite.c -o unictype/pr_composite.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_currency_symbol.lo unictype/pr_currency_symbol.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_currency_symbol.c -fPIC -DPIC -o unictype/.libs/pr_currency_symbol.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_currency_symbol.c -o unictype/pr_currency_symbol.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_dash.lo unictype/pr_dash.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_dash.c -fPIC -DPIC -o unictype/.libs/pr_dash.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_dash.c -o unictype/pr_dash.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_decimal_digit.lo unictype/pr_decimal_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_decimal_digit.c -fPIC -DPIC -o unictype/.libs/pr_decimal_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_decimal_digit.c -o unictype/pr_decimal_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_default_ignorable_code_point.lo unictype/pr_default_ignorable_code_point.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_default_ignorable_code_point.c -fPIC -DPIC -o unictype/.libs/pr_default_ignorable_code_point.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_default_ignorable_code_point.c -o unictype/pr_default_ignorable_code_point.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_deprecated.lo unictype/pr_deprecated.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_deprecated.c -fPIC -DPIC -o unictype/.libs/pr_deprecated.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_deprecated.c -o unictype/pr_deprecated.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_diacritic.lo unictype/pr_diacritic.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_diacritic.c -fPIC -DPIC -o unictype/.libs/pr_diacritic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_diacritic.c -o unictype/pr_diacritic.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_extender.lo unictype/pr_extender.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_extender.c -fPIC -DPIC -o unictype/.libs/pr_extender.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_extender.c -o unictype/pr_extender.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_format_control.lo unictype/pr_format_control.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_format_control.c -fPIC -DPIC -o unictype/.libs/pr_format_control.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_format_control.c -o unictype/pr_format_control.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_grapheme_base.lo unictype/pr_grapheme_base.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_base.c -fPIC -DPIC -o unictype/.libs/pr_grapheme_base.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_base.c -o unictype/pr_grapheme_base.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_grapheme_extend.lo unictype/pr_grapheme_extend.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_extend.c -fPIC -DPIC -o unictype/.libs/pr_grapheme_extend.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_extend.c -o unictype/pr_grapheme_extend.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_grapheme_link.lo unictype/pr_grapheme_link.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_link.c -fPIC -DPIC -o unictype/.libs/pr_grapheme_link.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_grapheme_link.c -o unictype/pr_grapheme_link.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_hex_digit.lo unictype/pr_hex_digit.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hex_digit.c -fPIC -DPIC -o unictype/.libs/pr_hex_digit.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hex_digit.c -o unictype/pr_hex_digit.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_hyphen.lo unictype/pr_hyphen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hyphen.c -fPIC -DPIC -o unictype/.libs/pr_hyphen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_hyphen.c -o unictype/pr_hyphen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_id_continue.lo unictype/pr_id_continue.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_continue.c -fPIC -DPIC -o unictype/.libs/pr_id_continue.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_continue.c -o unictype/pr_id_continue.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_id_start.lo unictype/pr_id_start.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_start.c -fPIC -DPIC -o unictype/.libs/pr_id_start.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_id_start.c -o unictype/pr_id_start.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_ideographic.lo unictype/pr_ideographic.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ideographic.c -fPIC -DPIC -o unictype/.libs/pr_ideographic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ideographic.c -o unictype/pr_ideographic.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_ids_binary_operator.lo unictype/pr_ids_binary_operator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_binary_operator.c -fPIC -DPIC -o unictype/.libs/pr_ids_binary_operator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_binary_operator.c -o unictype/pr_ids_binary_operator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_ids_trinary_operator.lo unictype/pr_ids_trinary_operator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_trinary_operator.c -fPIC -DPIC -o unictype/.libs/pr_ids_trinary_operator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ids_trinary_operator.c -o unictype/pr_ids_trinary_operator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_ignorable_control.lo unictype/pr_ignorable_control.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ignorable_control.c -fPIC -DPIC -o unictype/.libs/pr_ignorable_control.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_ignorable_control.c -o unictype/pr_ignorable_control.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_iso_control.lo unictype/pr_iso_control.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_iso_control.c -fPIC -DPIC -o unictype/.libs/pr_iso_control.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_iso_control.c -o unictype/pr_iso_control.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_join_control.lo unictype/pr_join_control.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_join_control.c -fPIC -DPIC -o unictype/.libs/pr_join_control.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_join_control.c -o unictype/pr_join_control.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_left_of_pair.lo unictype/pr_left_of_pair.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_left_of_pair.c -fPIC -DPIC -o unictype/.libs/pr_left_of_pair.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_left_of_pair.c -o unictype/pr_left_of_pair.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_line_separator.lo unictype/pr_line_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_line_separator.c -fPIC -DPIC -o unictype/.libs/pr_line_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_line_separator.c -o unictype/pr_line_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_logical_order_exception.lo unictype/pr_logical_order_exception.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_logical_order_exception.c -fPIC -DPIC -o unictype/.libs/pr_logical_order_exception.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_logical_order_exception.c -o unictype/pr_logical_order_exception.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_lowercase.lo unictype/pr_lowercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_lowercase.c -fPIC -DPIC -o unictype/.libs/pr_lowercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_lowercase.c -o unictype/pr_lowercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_math.lo unictype/pr_math.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_math.c -fPIC -DPIC -o unictype/.libs/pr_math.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_math.c -o unictype/pr_math.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_non_break.lo unictype/pr_non_break.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_non_break.c -fPIC -DPIC -o unictype/.libs/pr_non_break.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_non_break.c -o unictype/pr_non_break.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_not_a_character.lo unictype/pr_not_a_character.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_not_a_character.c -fPIC -DPIC -o unictype/.libs/pr_not_a_character.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_not_a_character.c -o unictype/pr_not_a_character.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_numeric.lo unictype/pr_numeric.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_numeric.c -fPIC -DPIC -o unictype/.libs/pr_numeric.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_numeric.c -o unictype/pr_numeric.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_alphabetic.lo unictype/pr_other_alphabetic.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_alphabetic.c -fPIC -DPIC -o unictype/.libs/pr_other_alphabetic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_alphabetic.c -o unictype/pr_other_alphabetic.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_default_ignorable_code_point.lo unictype/pr_other_default_ignorable_code_point.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_default_ignorable_code_point.c -fPIC -DPIC -o unictype/.libs/pr_other_default_ignorable_code_point.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_default_ignorable_code_point.c -o unictype/pr_other_default_ignorable_code_point.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_grapheme_extend.lo unictype/pr_other_grapheme_extend.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_grapheme_extend.c -fPIC -DPIC -o unictype/.libs/pr_other_grapheme_extend.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_grapheme_extend.c -o unictype/pr_other_grapheme_extend.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_id_continue.lo unictype/pr_other_id_continue.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_continue.c -fPIC -DPIC -o unictype/.libs/pr_other_id_continue.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_continue.c -o unictype/pr_other_id_continue.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_id_start.lo unictype/pr_other_id_start.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_start.c -fPIC -DPIC -o unictype/.libs/pr_other_id_start.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_id_start.c -o unictype/pr_other_id_start.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_lowercase.lo unictype/pr_other_lowercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_lowercase.c -fPIC -DPIC -o unictype/.libs/pr_other_lowercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_lowercase.c -o unictype/pr_other_lowercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_math.lo unictype/pr_other_math.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_math.c -fPIC -DPIC -o unictype/.libs/pr_other_math.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_math.c -o unictype/pr_other_math.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_other_uppercase.lo unictype/pr_other_uppercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_uppercase.c -fPIC -DPIC -o unictype/.libs/pr_other_uppercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_other_uppercase.c -o unictype/pr_other_uppercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_paired_punctuation.lo unictype/pr_paired_punctuation.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paired_punctuation.c -fPIC -DPIC -o unictype/.libs/pr_paired_punctuation.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paired_punctuation.c -o unictype/pr_paired_punctuation.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_paragraph_separator.lo unictype/pr_paragraph_separator.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paragraph_separator.c -fPIC -DPIC -o unictype/.libs/pr_paragraph_separator.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_paragraph_separator.c -o unictype/pr_paragraph_separator.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_pattern_syntax.lo unictype/pr_pattern_syntax.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_syntax.c -fPIC -DPIC -o unictype/.libs/pr_pattern_syntax.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_syntax.c -o unictype/pr_pattern_syntax.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_pattern_white_space.lo unictype/pr_pattern_white_space.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_white_space.c -fPIC -DPIC -o unictype/.libs/pr_pattern_white_space.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_pattern_white_space.c -o unictype/pr_pattern_white_space.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_private_use.lo unictype/pr_private_use.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_private_use.c -fPIC -DPIC -o unictype/.libs/pr_private_use.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_private_use.c -o unictype/pr_private_use.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_punctuation.lo unictype/pr_punctuation.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_punctuation.c -fPIC -DPIC -o unictype/.libs/pr_punctuation.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_punctuation.c -o unictype/pr_punctuation.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_quotation_mark.lo unictype/pr_quotation_mark.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_quotation_mark.c -fPIC -DPIC -o unictype/.libs/pr_quotation_mark.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_quotation_mark.c -o unictype/pr_quotation_mark.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_radical.lo unictype/pr_radical.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_radical.c -fPIC -DPIC -o unictype/.libs/pr_radical.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_radical.c -o unictype/pr_radical.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_sentence_terminal.lo unictype/pr_sentence_terminal.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_sentence_terminal.c -fPIC -DPIC -o unictype/.libs/pr_sentence_terminal.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_sentence_terminal.c -o unictype/pr_sentence_terminal.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_soft_dotted.lo unictype/pr_soft_dotted.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_soft_dotted.c -fPIC -DPIC -o unictype/.libs/pr_soft_dotted.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_soft_dotted.c -o unictype/pr_soft_dotted.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_space.lo unictype/pr_space.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_space.c -fPIC -DPIC -o unictype/.libs/pr_space.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_space.c -o unictype/pr_space.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_terminal_punctuation.lo unictype/pr_terminal_punctuation.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_terminal_punctuation.c -fPIC -DPIC -o unictype/.libs/pr_terminal_punctuation.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_terminal_punctuation.c -o unictype/pr_terminal_punctuation.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_test.lo unictype/pr_test.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_test.c -fPIC -DPIC -o unictype/.libs/pr_test.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_test.c -o unictype/pr_test.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_titlecase.lo unictype/pr_titlecase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_titlecase.c -fPIC -DPIC -o unictype/.libs/pr_titlecase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_titlecase.c -o unictype/pr_titlecase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_unassigned_code_value.lo unictype/pr_unassigned_code_value.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unassigned_code_value.c -fPIC -DPIC -o unictype/.libs/pr_unassigned_code_value.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unassigned_code_value.c -o unictype/pr_unassigned_code_value.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_unified_ideograph.lo unictype/pr_unified_ideograph.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unified_ideograph.c -fPIC -DPIC -o unictype/.libs/pr_unified_ideograph.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_unified_ideograph.c -o unictype/pr_unified_ideograph.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_uppercase.lo unictype/pr_uppercase.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_uppercase.c -fPIC -DPIC -o unictype/.libs/pr_uppercase.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_uppercase.c -o unictype/pr_uppercase.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_variation_selector.lo unictype/pr_variation_selector.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_variation_selector.c -fPIC -DPIC -o unictype/.libs/pr_variation_selector.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_variation_selector.c -o unictype/pr_variation_selector.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_white_space.lo unictype/pr_white_space.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_white_space.c -fPIC -DPIC -o unictype/.libs/pr_white_space.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_white_space.c -o unictype/pr_white_space.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_xid_continue.lo unictype/pr_xid_continue.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_continue.c -fPIC -DPIC -o unictype/.libs/pr_xid_continue.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_continue.c -o unictype/pr_xid_continue.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_xid_start.lo unictype/pr_xid_start.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_start.c -fPIC -DPIC -o unictype/.libs/pr_xid_start.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_xid_start.c -o unictype/pr_xid_start.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/pr_zero_width.lo unictype/pr_zero_width.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_zero_width.c -fPIC -DPIC -o unictype/.libs/pr_zero_width.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/pr_zero_width.c -o unictype/pr_zero_width.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/scripts.lo unictype/scripts.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/scripts.c -fPIC -DPIC -o unictype/.libs/scripts.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/scripts.c -o unictype/scripts.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/sy_c_ident.lo unictype/sy_c_ident.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_ident.c -fPIC -DPIC -o unictype/.libs/sy_c_ident.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_ident.c -o unictype/sy_c_ident.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/sy_c_whitespace.lo unictype/sy_c_whitespace.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_whitespace.c -fPIC -DPIC -o unictype/.libs/sy_c_whitespace.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_c_whitespace.c -o unictype/sy_c_whitespace.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/sy_java_ident.lo unictype/sy_java_ident.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_ident.c -fPIC -DPIC -o unictype/.libs/sy_java_ident.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_ident.c -o unictype/sy_java_ident.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/sy_java_whitespace.lo unictype/sy_java_whitespace.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_whitespace.c -fPIC -DPIC -o unictype/.libs/sy_java_whitespace.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unictype/sy_java_whitespace.c -o unictype/sy_java_whitespace.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/lbrktables.lo unilbrk/lbrktables.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/lbrktables.c -fPIC -DPIC -o unilbrk/.libs/lbrktables.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/lbrktables.c -o unilbrk/lbrktables.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u16-possible-linebreaks.lo unilbrk/u16-possible-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-possible-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u16-possible-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-possible-linebreaks.c -o unilbrk/u16-possible-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u16-width-linebreaks.lo unilbrk/u16-width-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-width-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u16-width-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u16-width-linebreaks.c -o unilbrk/u16-width-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u32-possible-linebreaks.lo unilbrk/u32-possible-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-possible-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u32-possible-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-possible-linebreaks.c -o unilbrk/u32-possible-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u32-width-linebreaks.lo unilbrk/u32-width-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-width-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u32-width-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u32-width-linebreaks.c -o unilbrk/u32-width-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u8-possible-linebreaks.lo unilbrk/u8-possible-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-possible-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u8-possible-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-possible-linebreaks.c -o unilbrk/u8-possible-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/u8-width-linebreaks.lo unilbrk/u8-width-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-width-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u8-width-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/u8-width-linebreaks.c -o unilbrk/u8-width-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/ulc-common.lo unilbrk/ulc-common.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-common.c -fPIC -DPIC -o unilbrk/.libs/ulc-common.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-common.c -o unilbrk/ulc-common.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/ulc-possible-linebreaks.lo unilbrk/ulc-possible-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-possible-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/ulc-possible-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-possible-linebreaks.c -o unilbrk/ulc-possible-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/ulc-width-linebreaks.lo unilbrk/ulc-width-linebreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-width-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/ulc-width-linebreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unilbrk/ulc-width-linebreaks.c -o unilbrk/ulc-width-linebreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniname/uniname.lo uniname/uniname.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniname/uniname.c -fPIC -DPIC -o uniname/.libs/uniname.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniname/uniname.c -o uniname/uniname.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/canonical-decomposition.lo uninorm/canonical-decomposition.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/canonical-decomposition.c -fPIC -DPIC -o uninorm/.libs/canonical-decomposition.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/canonical-decomposition.c -o uninorm/canonical-decomposition.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/compat-decomposition.lo uninorm/compat-decomposition.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/compat-decomposition.c -fPIC -DPIC -o uninorm/.libs/compat-decomposition.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/compat-decomposition.c -o uninorm/compat-decomposition.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/composition.lo uninorm/composition.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/composition.c -fPIC -DPIC -o uninorm/.libs/composition.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/composition.c -o uninorm/composition.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/decompose-internal.lo uninorm/decompose-internal.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decompose-internal.c -fPIC -DPIC -o uninorm/.libs/decompose-internal.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decompose-internal.c -o uninorm/decompose-internal.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/decomposing-form.lo uninorm/decomposing-form.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposing-form.c -fPIC -DPIC -o uninorm/.libs/decomposing-form.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposing-form.c -o uninorm/decomposing-form.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/decomposition.lo uninorm/decomposition.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition.c -fPIC -DPIC -o uninorm/.libs/decomposition.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition.c -o uninorm/decomposition.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/decomposition-table.lo uninorm/decomposition-table.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition-table.c -fPIC -DPIC -o uninorm/.libs/decomposition-table.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/decomposition-table.c -o uninorm/decomposition-table.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/uninorm-filter.lo uninorm/uninorm-filter.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/uninorm-filter.c -fPIC -DPIC -o uninorm/.libs/uninorm-filter.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/uninorm-filter.c -o uninorm/uninorm-filter.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/nfc.lo uninorm/nfc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfc.c -fPIC -DPIC -o uninorm/.libs/nfc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfc.c -o uninorm/nfc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/nfd.lo uninorm/nfd.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfd.c -fPIC -DPIC -o uninorm/.libs/nfd.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfd.c -o uninorm/nfd.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/nfkc.lo uninorm/nfkc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkc.c -fPIC -DPIC -o uninorm/.libs/nfkc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkc.c -o uninorm/nfkc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/nfkd.lo uninorm/nfkd.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkd.c -fPIC -DPIC -o uninorm/.libs/nfkd.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/nfkd.c -o uninorm/nfkd.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u16-normalize.lo uninorm/u16-normalize.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normalize.c -fPIC -DPIC -o uninorm/.libs/u16-normalize.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normalize.c -o uninorm/u16-normalize.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u16-normcmp.lo uninorm/u16-normcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcmp.c -fPIC -DPIC -o uninorm/.libs/u16-normcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcmp.c -o uninorm/u16-normcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u16-normcoll.lo uninorm/u16-normcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcoll.c -fPIC -DPIC -o uninorm/.libs/u16-normcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normcoll.c -o uninorm/u16-normcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u16-normxfrm.lo uninorm/u16-normxfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normxfrm.c -fPIC -DPIC -o uninorm/.libs/u16-normxfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u16-normxfrm.c -o uninorm/u16-normxfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u32-normalize.lo uninorm/u32-normalize.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normalize.c -fPIC -DPIC -o uninorm/.libs/u32-normalize.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normalize.c -o uninorm/u32-normalize.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u32-normcmp.lo uninorm/u32-normcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcmp.c -fPIC -DPIC -o uninorm/.libs/u32-normcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcmp.c -o uninorm/u32-normcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u32-normcoll.lo uninorm/u32-normcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcoll.c -fPIC -DPIC -o uninorm/.libs/u32-normcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normcoll.c -o uninorm/u32-normcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u32-normxfrm.lo uninorm/u32-normxfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normxfrm.c -fPIC -DPIC -o uninorm/.libs/u32-normxfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u32-normxfrm.c -o uninorm/u32-normxfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u8-normalize.lo uninorm/u8-normalize.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normalize.c -fPIC -DPIC -o uninorm/.libs/u8-normalize.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normalize.c -o uninorm/u8-normalize.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u8-normcmp.lo uninorm/u8-normcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcmp.c -fPIC -DPIC -o uninorm/.libs/u8-normcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcmp.c -o uninorm/u8-normcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u8-normcoll.lo uninorm/u8-normcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcoll.c -fPIC -DPIC -o uninorm/.libs/u8-normcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normcoll.c -o uninorm/u8-normcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/u8-normxfrm.lo uninorm/u8-normxfrm.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normxfrm.c -fPIC -DPIC -o uninorm/.libs/u8-normxfrm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uninorm/u8-normxfrm.c -o uninorm/u8-normxfrm.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u-printf-args.lo unistdio/u-printf-args.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u-printf-args.c -fPIC -DPIC -o unistdio/.libs/u-printf-args.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u-printf-args.c -o unistdio/u-printf-args.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-asnprintf.lo unistdio/u16-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asnprintf.c -o unistdio/u16-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-asprintf.lo unistdio/u16-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asprintf.c -fPIC -DPIC -o unistdio/.libs/u16-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-asprintf.c -o unistdio/u16-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-printf-parse.lo unistdio/u16-printf-parse.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-printf-parse.c -fPIC -DPIC -o unistdio/.libs/u16-printf-parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-printf-parse.c -o unistdio/u16-printf-parse.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-snprintf.lo unistdio/u16-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-snprintf.c -fPIC -DPIC -o unistdio/.libs/u16-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-snprintf.c -o unistdio/u16-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-sprintf.lo unistdio/u16-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-sprintf.c -fPIC -DPIC -o unistdio/.libs/u16-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-sprintf.c -o unistdio/u16-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-asnprintf.lo unistdio/u16-u16-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asnprintf.c -o unistdio/u16-u16-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-asprintf.lo unistdio/u16-u16-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-asprintf.c -o unistdio/u16-u16-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-snprintf.lo unistdio/u16-u16-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-snprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-snprintf.c -o unistdio/u16-u16-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-sprintf.lo unistdio/u16-u16-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-sprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-sprintf.c -o unistdio/u16-u16-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-vasnprintf.lo unistdio/u16-u16-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasnprintf.c -o unistdio/u16-u16-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-vasprintf.lo unistdio/u16-u16-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vasprintf.c -o unistdio/u16-u16-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-vsnprintf.lo unistdio/u16-u16-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsnprintf.c -o unistdio/u16-u16-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-u16-vsprintf.lo unistdio/u16-u16-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u16-u16-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-u16-vsprintf.c -o unistdio/u16-u16-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-vasnprintf.lo unistdio/u16-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasnprintf.c -o unistdio/u16-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-vasprintf.lo unistdio/u16-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u16-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vasprintf.c -o unistdio/u16-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-vsnprintf.lo unistdio/u16-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u16-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsnprintf.c -o unistdio/u16-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u16-vsprintf.lo unistdio/u16-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u16-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u16-vsprintf.c -o unistdio/u16-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-asnprintf.lo unistdio/u32-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asnprintf.c -o unistdio/u32-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-asprintf.lo unistdio/u32-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asprintf.c -fPIC -DPIC -o unistdio/.libs/u32-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-asprintf.c -o unistdio/u32-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-printf-parse.lo unistdio/u32-printf-parse.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-printf-parse.c -fPIC -DPIC -o unistdio/.libs/u32-printf-parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-printf-parse.c -o unistdio/u32-printf-parse.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-snprintf.lo unistdio/u32-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-snprintf.c -fPIC -DPIC -o unistdio/.libs/u32-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-snprintf.c -o unistdio/u32-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-sprintf.lo unistdio/u32-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-sprintf.c -fPIC -DPIC -o unistdio/.libs/u32-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-sprintf.c -o unistdio/u32-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-asnprintf.lo unistdio/u32-u32-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asnprintf.c -o unistdio/u32-u32-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-asprintf.lo unistdio/u32-u32-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-asprintf.c -o unistdio/u32-u32-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-snprintf.lo unistdio/u32-u32-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-snprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-snprintf.c -o unistdio/u32-u32-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-sprintf.lo unistdio/u32-u32-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-sprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-sprintf.c -o unistdio/u32-u32-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-vasnprintf.lo unistdio/u32-u32-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasnprintf.c -o unistdio/u32-u32-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-vasprintf.lo unistdio/u32-u32-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vasprintf.c -o unistdio/u32-u32-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-vsnprintf.lo unistdio/u32-u32-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsnprintf.c -o unistdio/u32-u32-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-u32-vsprintf.lo unistdio/u32-u32-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u32-u32-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-u32-vsprintf.c -o unistdio/u32-u32-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-vasnprintf.lo unistdio/u32-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasnprintf.c -o unistdio/u32-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-vasprintf.lo unistdio/u32-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u32-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vasprintf.c -o unistdio/u32-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-vsnprintf.lo unistdio/u32-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u32-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsnprintf.c -o unistdio/u32-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u32-vsprintf.lo unistdio/u32-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u32-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u32-vsprintf.c -o unistdio/u32-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-asnprintf.lo unistdio/u8-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asnprintf.c -o unistdio/u8-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-asprintf.lo unistdio/u8-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asprintf.c -fPIC -DPIC -o unistdio/.libs/u8-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-asprintf.c -o unistdio/u8-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-printf-parse.lo unistdio/u8-printf-parse.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-printf-parse.c -fPIC -DPIC -o unistdio/.libs/u8-printf-parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-printf-parse.c -o unistdio/u8-printf-parse.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-snprintf.lo unistdio/u8-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-snprintf.c -fPIC -DPIC -o unistdio/.libs/u8-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-snprintf.c -o unistdio/u8-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-sprintf.lo unistdio/u8-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-sprintf.c -fPIC -DPIC -o unistdio/.libs/u8-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-sprintf.c -o unistdio/u8-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-asnprintf.lo unistdio/u8-u8-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asnprintf.c -o unistdio/u8-u8-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-asprintf.lo unistdio/u8-u8-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-asprintf.c -o unistdio/u8-u8-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-snprintf.lo unistdio/u8-u8-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-snprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-snprintf.c -o unistdio/u8-u8-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-sprintf.lo unistdio/u8-u8-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-sprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-sprintf.c -o unistdio/u8-u8-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-vasnprintf.lo unistdio/u8-u8-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasnprintf.c -o unistdio/u8-u8-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-vasprintf.lo unistdio/u8-u8-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vasprintf.c -o unistdio/u8-u8-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-vsnprintf.lo unistdio/u8-u8-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsnprintf.c -o unistdio/u8-u8-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-u8-vsprintf.lo unistdio/u8-u8-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u8-u8-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-u8-vsprintf.c -o unistdio/u8-u8-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-vasnprintf.lo unistdio/u8-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasnprintf.c -o unistdio/u8-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-vasprintf.lo unistdio/u8-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasprintf.c -fPIC -DPIC -o unistdio/.libs/u8-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vasprintf.c -o unistdio/u8-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-vsnprintf.lo unistdio/u8-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/u8-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsnprintf.c -o unistdio/u8-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/u8-vsprintf.lo unistdio/u8-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsprintf.c -fPIC -DPIC -o unistdio/.libs/u8-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/u8-vsprintf.c -o unistdio/u8-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-asnprintf.lo unistdio/ulc-asnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asnprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-asnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asnprintf.c -o unistdio/ulc-asnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-asprintf.lo unistdio/ulc-asprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-asprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-asprintf.c -o unistdio/ulc-asprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-fprintf.lo unistdio/ulc-fprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-fprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-fprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-fprintf.c -o unistdio/ulc-fprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-printf-parse.lo unistdio/ulc-printf-parse.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-printf-parse.c -fPIC -DPIC -o unistdio/.libs/ulc-printf-parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-printf-parse.c -o unistdio/ulc-printf-parse.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-snprintf.lo unistdio/ulc-snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-snprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-snprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-snprintf.c -o unistdio/ulc-snprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-sprintf.lo unistdio/ulc-sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-sprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-sprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-sprintf.c -o unistdio/ulc-sprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-vasnprintf.lo unistdio/ulc-vasnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasnprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-vasnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasnprintf.c -o unistdio/ulc-vasnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-vasprintf.lo unistdio/ulc-vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-vasprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vasprintf.c -o unistdio/ulc-vasprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-vfprintf.lo unistdio/ulc-vfprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vfprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-vfprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vfprintf.c -o unistdio/ulc-vfprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-vsnprintf.lo unistdio/ulc-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsnprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-vsnprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsnprintf.c -o unistdio/ulc-vsnprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/ulc-vsprintf.lo unistdio/ulc-vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsprintf.c -fPIC -DPIC -o unistdio/.libs/ulc-vsprintf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistdio/ulc-vsprintf.c -o unistdio/ulc-vsprintf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-check.lo unistr/u16-check.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-check.c -fPIC -DPIC -o unistr/.libs/u16-check.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-check.c -o unistr/u16-check.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-chr.lo unistr/u16-chr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-chr.c -fPIC -DPIC -o unistr/.libs/u16-chr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-chr.c -o unistr/u16-chr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-cmp.lo unistr/u16-cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp.c -fPIC -DPIC -o unistr/.libs/u16-cmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp.c -o unistr/u16-cmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-cmp2.lo unistr/u16-cmp2.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp2.c -fPIC -DPIC -o unistr/.libs/u16-cmp2.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cmp2.c -o unistr/u16-cmp2.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-cpy.lo unistr/u16-cpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy.c -fPIC -DPIC -o unistr/.libs/u16-cpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy.c -o unistr/u16-cpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-cpy-alloc.lo unistr/u16-cpy-alloc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy-alloc.c -fPIC -DPIC -o unistr/.libs/u16-cpy-alloc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-cpy-alloc.c -o unistr/u16-cpy-alloc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-endswith.lo unistr/u16-endswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-endswith.c -fPIC -DPIC -o unistr/.libs/u16-endswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-endswith.c -o unistr/u16-endswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mblen.lo unistr/u16-mblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mblen.c -fPIC -DPIC -o unistr/.libs/u16-mblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mblen.c -o unistr/u16-mblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbsnlen.lo unistr/u16-mbsnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbsnlen.c -fPIC -DPIC -o unistr/.libs/u16-mbsnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbsnlen.c -o unistr/u16-mbsnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbtouc.lo unistr/u16-mbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc.c -fPIC -DPIC -o unistr/.libs/u16-mbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc.c -o unistr/u16-mbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbtouc-aux.lo unistr/u16-mbtouc-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-aux.c -fPIC -DPIC -o unistr/.libs/u16-mbtouc-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-aux.c -o unistr/u16-mbtouc-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbtouc-unsafe.lo unistr/u16-mbtouc-unsafe.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe.c -fPIC -DPIC -o unistr/.libs/u16-mbtouc-unsafe.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe.c -o unistr/u16-mbtouc-unsafe.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbtouc-unsafe-aux.lo unistr/u16-mbtouc-unsafe-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe-aux.c -fPIC -DPIC -o unistr/.libs/u16-mbtouc-unsafe-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtouc-unsafe-aux.c -o unistr/u16-mbtouc-unsafe-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-mbtoucr.lo unistr/u16-mbtoucr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtoucr.c -fPIC -DPIC -o unistr/.libs/u16-mbtoucr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-mbtoucr.c -o unistr/u16-mbtoucr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-move.lo unistr/u16-move.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-move.c -fPIC -DPIC -o unistr/.libs/u16-move.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-move.c -o unistr/u16-move.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-next.lo unistr/u16-next.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-next.c -fPIC -DPIC -o unistr/.libs/u16-next.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-next.c -o unistr/u16-next.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-prev.lo unistr/u16-prev.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-prev.c -fPIC -DPIC -o unistr/.libs/u16-prev.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-prev.c -o unistr/u16-prev.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-set.lo unistr/u16-set.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-set.c -fPIC -DPIC -o unistr/.libs/u16-set.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-set.c -o unistr/u16-set.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-startswith.lo unistr/u16-startswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-startswith.c -fPIC -DPIC -o unistr/.libs/u16-startswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-startswith.c -o unistr/u16-startswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-stpcpy.lo unistr/u16-stpcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpcpy.c -fPIC -DPIC -o unistr/.libs/u16-stpcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpcpy.c -o unistr/u16-stpcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-stpncpy.lo unistr/u16-stpncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpncpy.c -fPIC -DPIC -o unistr/.libs/u16-stpncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-stpncpy.c -o unistr/u16-stpncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strcat.lo unistr/u16-strcat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcat.c -fPIC -DPIC -o unistr/.libs/u16-strcat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcat.c -o unistr/u16-strcat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strchr.lo unistr/u16-strchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strchr.c -fPIC -DPIC -o unistr/.libs/u16-strchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strchr.c -o unistr/u16-strchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strcmp.lo unistr/u16-strcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcmp.c -fPIC -DPIC -o unistr/.libs/u16-strcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcmp.c -o unistr/u16-strcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strcoll.lo unistr/u16-strcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcoll.c -fPIC -DPIC -o unistr/.libs/u16-strcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcoll.c -o unistr/u16-strcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strcpy.lo unistr/u16-strcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcpy.c -fPIC -DPIC -o unistr/.libs/u16-strcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcpy.c -o unistr/u16-strcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strcspn.lo unistr/u16-strcspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcspn.c -fPIC -DPIC -o unistr/.libs/u16-strcspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strcspn.c -o unistr/u16-strcspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strdup.lo unistr/u16-strdup.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strdup.c -fPIC -DPIC -o unistr/.libs/u16-strdup.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strdup.c -o unistr/u16-strdup.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strlen.lo unistr/u16-strlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strlen.c -fPIC -DPIC -o unistr/.libs/u16-strlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strlen.c -o unistr/u16-strlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strmblen.lo unistr/u16-strmblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmblen.c -fPIC -DPIC -o unistr/.libs/u16-strmblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmblen.c -o unistr/u16-strmblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strmbtouc.lo unistr/u16-strmbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmbtouc.c -fPIC -DPIC -o unistr/.libs/u16-strmbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strmbtouc.c -o unistr/u16-strmbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strncat.lo unistr/u16-strncat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncat.c -fPIC -DPIC -o unistr/.libs/u16-strncat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncat.c -o unistr/u16-strncat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strncmp.lo unistr/u16-strncmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncmp.c -fPIC -DPIC -o unistr/.libs/u16-strncmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncmp.c -o unistr/u16-strncmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strncpy.lo unistr/u16-strncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncpy.c -fPIC -DPIC -o unistr/.libs/u16-strncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strncpy.c -o unistr/u16-strncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strnlen.lo unistr/u16-strnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strnlen.c -fPIC -DPIC -o unistr/.libs/u16-strnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strnlen.c -o unistr/u16-strnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strpbrk.lo unistr/u16-strpbrk.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strpbrk.c -fPIC -DPIC -o unistr/.libs/u16-strpbrk.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strpbrk.c -o unistr/u16-strpbrk.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strrchr.lo unistr/u16-strrchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strrchr.c -fPIC -DPIC -o unistr/.libs/u16-strrchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strrchr.c -o unistr/u16-strrchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strspn.lo unistr/u16-strspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strspn.c -fPIC -DPIC -o unistr/.libs/u16-strspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strspn.c -o unistr/u16-strspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strstr.lo unistr/u16-strstr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strstr.c -fPIC -DPIC -o unistr/.libs/u16-strstr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strstr.c -o unistr/u16-strstr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-strtok.lo unistr/u16-strtok.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strtok.c -fPIC -DPIC -o unistr/.libs/u16-strtok.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-strtok.c -o unistr/u16-strtok.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-to-u32.lo unistr/u16-to-u32.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u32.c -fPIC -DPIC -o unistr/.libs/u16-to-u32.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u32.c -o unistr/u16-to-u32.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-to-u8.lo unistr/u16-to-u8.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u8.c -fPIC -DPIC -o unistr/.libs/u16-to-u8.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-to-u8.c -o unistr/u16-to-u8.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-uctomb.lo unistr/u16-uctomb.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb.c -fPIC -DPIC -o unistr/.libs/u16-uctomb.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb.c -o unistr/u16-uctomb.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u16-uctomb-aux.lo unistr/u16-uctomb-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb-aux.c -fPIC -DPIC -o unistr/.libs/u16-uctomb-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u16-uctomb-aux.c -o unistr/u16-uctomb-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-check.lo unistr/u32-check.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-check.c -fPIC -DPIC -o unistr/.libs/u32-check.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-check.c -o unistr/u32-check.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-chr.lo unistr/u32-chr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-chr.c -fPIC -DPIC -o unistr/.libs/u32-chr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-chr.c -o unistr/u32-chr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-cmp.lo unistr/u32-cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp.c -fPIC -DPIC -o unistr/.libs/u32-cmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp.c -o unistr/u32-cmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-cmp2.lo unistr/u32-cmp2.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp2.c -fPIC -DPIC -o unistr/.libs/u32-cmp2.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cmp2.c -o unistr/u32-cmp2.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-cpy.lo unistr/u32-cpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy.c -fPIC -DPIC -o unistr/.libs/u32-cpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy.c -o unistr/u32-cpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-cpy-alloc.lo unistr/u32-cpy-alloc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy-alloc.c -fPIC -DPIC -o unistr/.libs/u32-cpy-alloc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-cpy-alloc.c -o unistr/u32-cpy-alloc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-endswith.lo unistr/u32-endswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-endswith.c -fPIC -DPIC -o unistr/.libs/u32-endswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-endswith.c -o unistr/u32-endswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-mblen.lo unistr/u32-mblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mblen.c -fPIC -DPIC -o unistr/.libs/u32-mblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mblen.c -o unistr/u32-mblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-mbsnlen.lo unistr/u32-mbsnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbsnlen.c -fPIC -DPIC -o unistr/.libs/u32-mbsnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbsnlen.c -o unistr/u32-mbsnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-mbtouc.lo unistr/u32-mbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc.c -fPIC -DPIC -o unistr/.libs/u32-mbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc.c -o unistr/u32-mbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-mbtouc-unsafe.lo unistr/u32-mbtouc-unsafe.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc-unsafe.c -fPIC -DPIC -o unistr/.libs/u32-mbtouc-unsafe.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtouc-unsafe.c -o unistr/u32-mbtouc-unsafe.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-mbtoucr.lo unistr/u32-mbtoucr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtoucr.c -fPIC -DPIC -o unistr/.libs/u32-mbtoucr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-mbtoucr.c -o unistr/u32-mbtoucr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-move.lo unistr/u32-move.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-move.c -fPIC -DPIC -o unistr/.libs/u32-move.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-move.c -o unistr/u32-move.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-next.lo unistr/u32-next.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-next.c -fPIC -DPIC -o unistr/.libs/u32-next.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-next.c -o unistr/u32-next.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-prev.lo unistr/u32-prev.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-prev.c -fPIC -DPIC -o unistr/.libs/u32-prev.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-prev.c -o unistr/u32-prev.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-set.lo unistr/u32-set.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-set.c -fPIC -DPIC -o unistr/.libs/u32-set.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-set.c -o unistr/u32-set.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-startswith.lo unistr/u32-startswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-startswith.c -fPIC -DPIC -o unistr/.libs/u32-startswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-startswith.c -o unistr/u32-startswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-stpcpy.lo unistr/u32-stpcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpcpy.c -fPIC -DPIC -o unistr/.libs/u32-stpcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpcpy.c -o unistr/u32-stpcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-stpncpy.lo unistr/u32-stpncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpncpy.c -fPIC -DPIC -o unistr/.libs/u32-stpncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-stpncpy.c -o unistr/u32-stpncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strcat.lo unistr/u32-strcat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcat.c -fPIC -DPIC -o unistr/.libs/u32-strcat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcat.c -o unistr/u32-strcat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strchr.lo unistr/u32-strchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strchr.c -fPIC -DPIC -o unistr/.libs/u32-strchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strchr.c -o unistr/u32-strchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strcmp.lo unistr/u32-strcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcmp.c -fPIC -DPIC -o unistr/.libs/u32-strcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcmp.c -o unistr/u32-strcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strcoll.lo unistr/u32-strcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcoll.c -fPIC -DPIC -o unistr/.libs/u32-strcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcoll.c -o unistr/u32-strcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strcpy.lo unistr/u32-strcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcpy.c -fPIC -DPIC -o unistr/.libs/u32-strcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcpy.c -o unistr/u32-strcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strcspn.lo unistr/u32-strcspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcspn.c -fPIC -DPIC -o unistr/.libs/u32-strcspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strcspn.c -o unistr/u32-strcspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strdup.lo unistr/u32-strdup.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strdup.c -fPIC -DPIC -o unistr/.libs/u32-strdup.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strdup.c -o unistr/u32-strdup.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strlen.lo unistr/u32-strlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strlen.c -fPIC -DPIC -o unistr/.libs/u32-strlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strlen.c -o unistr/u32-strlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strmblen.lo unistr/u32-strmblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmblen.c -fPIC -DPIC -o unistr/.libs/u32-strmblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmblen.c -o unistr/u32-strmblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strmbtouc.lo unistr/u32-strmbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmbtouc.c -fPIC -DPIC -o unistr/.libs/u32-strmbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strmbtouc.c -o unistr/u32-strmbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strncat.lo unistr/u32-strncat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncat.c -fPIC -DPIC -o unistr/.libs/u32-strncat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncat.c -o unistr/u32-strncat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strncmp.lo unistr/u32-strncmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncmp.c -fPIC -DPIC -o unistr/.libs/u32-strncmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncmp.c -o unistr/u32-strncmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strncpy.lo unistr/u32-strncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncpy.c -fPIC -DPIC -o unistr/.libs/u32-strncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strncpy.c -o unistr/u32-strncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strnlen.lo unistr/u32-strnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strnlen.c -fPIC -DPIC -o unistr/.libs/u32-strnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strnlen.c -o unistr/u32-strnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strpbrk.lo unistr/u32-strpbrk.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strpbrk.c -fPIC -DPIC -o unistr/.libs/u32-strpbrk.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strpbrk.c -o unistr/u32-strpbrk.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strrchr.lo unistr/u32-strrchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strrchr.c -fPIC -DPIC -o unistr/.libs/u32-strrchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strrchr.c -o unistr/u32-strrchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strspn.lo unistr/u32-strspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strspn.c -fPIC -DPIC -o unistr/.libs/u32-strspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strspn.c -o unistr/u32-strspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strstr.lo unistr/u32-strstr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strstr.c -fPIC -DPIC -o unistr/.libs/u32-strstr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strstr.c -o unistr/u32-strstr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-strtok.lo unistr/u32-strtok.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strtok.c -fPIC -DPIC -o unistr/.libs/u32-strtok.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-strtok.c -o unistr/u32-strtok.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-to-u16.lo unistr/u32-to-u16.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u16.c -fPIC -DPIC -o unistr/.libs/u32-to-u16.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u16.c -o unistr/u32-to-u16.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-to-u8.lo unistr/u32-to-u8.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u8.c -fPIC -DPIC -o unistr/.libs/u32-to-u8.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-to-u8.c -o unistr/u32-to-u8.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u32-uctomb.lo unistr/u32-uctomb.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-uctomb.c -fPIC -DPIC -o unistr/.libs/u32-uctomb.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u32-uctomb.c -o unistr/u32-uctomb.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-check.lo unistr/u8-check.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-check.c -fPIC -DPIC -o unistr/.libs/u8-check.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-check.c -o unistr/u8-check.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-chr.lo unistr/u8-chr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-chr.c -fPIC -DPIC -o unistr/.libs/u8-chr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-chr.c -o unistr/u8-chr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-cmp.lo unistr/u8-cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp.c -fPIC -DPIC -o unistr/.libs/u8-cmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp.c -o unistr/u8-cmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-cmp2.lo unistr/u8-cmp2.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp2.c -fPIC -DPIC -o unistr/.libs/u8-cmp2.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cmp2.c -o unistr/u8-cmp2.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-cpy.lo unistr/u8-cpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy.c -fPIC -DPIC -o unistr/.libs/u8-cpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy.c -o unistr/u8-cpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-cpy-alloc.lo unistr/u8-cpy-alloc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy-alloc.c -fPIC -DPIC -o unistr/.libs/u8-cpy-alloc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-cpy-alloc.c -o unistr/u8-cpy-alloc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-endswith.lo unistr/u8-endswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-endswith.c -fPIC -DPIC -o unistr/.libs/u8-endswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-endswith.c -o unistr/u8-endswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mblen.lo unistr/u8-mblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mblen.c -fPIC -DPIC -o unistr/.libs/u8-mblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mblen.c -o unistr/u8-mblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbsnlen.lo unistr/u8-mbsnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbsnlen.c -fPIC -DPIC -o unistr/.libs/u8-mbsnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbsnlen.c -o unistr/u8-mbsnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbtouc.lo unistr/u8-mbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc.c -fPIC -DPIC -o unistr/.libs/u8-mbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc.c -o unistr/u8-mbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-aux.c -fPIC -DPIC -o unistr/.libs/u8-mbtouc-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-aux.c -o unistr/u8-mbtouc-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe.c -fPIC -DPIC -o unistr/.libs/u8-mbtouc-unsafe.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe.c -o unistr/u8-mbtouc-unsafe.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtouc-unsafe-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe-aux.c -fPIC -DPIC -o unistr/.libs/u8-mbtouc-unsafe-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtouc-unsafe-aux.c -o unistr/u8-mbtouc-unsafe-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-mbtoucr.lo unistr/u8-mbtoucr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtoucr.c -fPIC -DPIC -o unistr/.libs/u8-mbtoucr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-mbtoucr.c -o unistr/u8-mbtoucr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-move.lo unistr/u8-move.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-move.c -fPIC -DPIC -o unistr/.libs/u8-move.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-move.c -o unistr/u8-move.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-next.lo unistr/u8-next.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-next.c -fPIC -DPIC -o unistr/.libs/u8-next.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-next.c -o unistr/u8-next.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-prev.lo unistr/u8-prev.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-prev.c -fPIC -DPIC -o unistr/.libs/u8-prev.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-prev.c -o unistr/u8-prev.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-set.lo unistr/u8-set.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-set.c -fPIC -DPIC -o unistr/.libs/u8-set.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-set.c -o unistr/u8-set.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-startswith.lo unistr/u8-startswith.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-startswith.c -fPIC -DPIC -o unistr/.libs/u8-startswith.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-startswith.c -o unistr/u8-startswith.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-stpcpy.lo unistr/u8-stpcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpcpy.c -fPIC -DPIC -o unistr/.libs/u8-stpcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpcpy.c -o unistr/u8-stpcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-stpncpy.lo unistr/u8-stpncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpncpy.c -fPIC -DPIC -o unistr/.libs/u8-stpncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-stpncpy.c -o unistr/u8-stpncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strcat.lo unistr/u8-strcat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcat.c -fPIC -DPIC -o unistr/.libs/u8-strcat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcat.c -o unistr/u8-strcat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strchr.lo unistr/u8-strchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strchr.c -fPIC -DPIC -o unistr/.libs/u8-strchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strchr.c -o unistr/u8-strchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strcmp.lo unistr/u8-strcmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcmp.c -fPIC -DPIC -o unistr/.libs/u8-strcmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcmp.c -o unistr/u8-strcmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strcoll.lo unistr/u8-strcoll.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcoll.c -fPIC -DPIC -o unistr/.libs/u8-strcoll.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcoll.c -o unistr/u8-strcoll.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strcpy.lo unistr/u8-strcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcpy.c -fPIC -DPIC -o unistr/.libs/u8-strcpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcpy.c -o unistr/u8-strcpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strcspn.lo unistr/u8-strcspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcspn.c -fPIC -DPIC -o unistr/.libs/u8-strcspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strcspn.c -o unistr/u8-strcspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strdup.lo unistr/u8-strdup.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strdup.c -fPIC -DPIC -o unistr/.libs/u8-strdup.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strdup.c -o unistr/u8-strdup.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strlen.lo unistr/u8-strlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strlen.c -fPIC -DPIC -o unistr/.libs/u8-strlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strlen.c -o unistr/u8-strlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strmblen.lo unistr/u8-strmblen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmblen.c -fPIC -DPIC -o unistr/.libs/u8-strmblen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmblen.c -o unistr/u8-strmblen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strmbtouc.lo unistr/u8-strmbtouc.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmbtouc.c -fPIC -DPIC -o unistr/.libs/u8-strmbtouc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strmbtouc.c -o unistr/u8-strmbtouc.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strncat.lo unistr/u8-strncat.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncat.c -fPIC -DPIC -o unistr/.libs/u8-strncat.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncat.c -o unistr/u8-strncat.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strncmp.lo unistr/u8-strncmp.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncmp.c -fPIC -DPIC -o unistr/.libs/u8-strncmp.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncmp.c -o unistr/u8-strncmp.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strncpy.lo unistr/u8-strncpy.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncpy.c -fPIC -DPIC -o unistr/.libs/u8-strncpy.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strncpy.c -o unistr/u8-strncpy.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strnlen.lo unistr/u8-strnlen.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strnlen.c -fPIC -DPIC -o unistr/.libs/u8-strnlen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strnlen.c -o unistr/u8-strnlen.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strpbrk.lo unistr/u8-strpbrk.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strpbrk.c -fPIC -DPIC -o unistr/.libs/u8-strpbrk.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strpbrk.c -o unistr/u8-strpbrk.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strrchr.lo unistr/u8-strrchr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strrchr.c -fPIC -DPIC -o unistr/.libs/u8-strrchr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strrchr.c -o unistr/u8-strrchr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strspn.lo unistr/u8-strspn.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strspn.c -fPIC -DPIC -o unistr/.libs/u8-strspn.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strspn.c -o unistr/u8-strspn.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strstr.lo unistr/u8-strstr.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strstr.c -fPIC -DPIC -o unistr/.libs/u8-strstr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strstr.c -o unistr/u8-strstr.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-strtok.lo unistr/u8-strtok.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strtok.c -fPIC -DPIC -o unistr/.libs/u8-strtok.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-strtok.c -o unistr/u8-strtok.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-to-u16.lo unistr/u8-to-u16.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u16.c -fPIC -DPIC -o unistr/.libs/u8-to-u16.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u16.c -o unistr/u8-to-u16.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-to-u32.lo unistr/u8-to-u32.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u32.c -fPIC -DPIC -o unistr/.libs/u8-to-u32.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-to-u32.c -o unistr/u8-to-u32.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-uctomb.lo unistr/u8-uctomb.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb.c -fPIC -DPIC -o unistr/.libs/u8-uctomb.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb.c -o unistr/u8-uctomb.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/u8-uctomb-aux.lo unistr/u8-uctomb-aux.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb-aux.c -fPIC -DPIC -o unistr/.libs/u8-uctomb-aux.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c unistr/u8-uctomb-aux.c -o unistr/u8-uctomb-aux.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/wbrktable.lo uniwbrk/wbrktable.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wbrktable.c -fPIC -DPIC -o uniwbrk/.libs/wbrktable.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wbrktable.c -o uniwbrk/wbrktable.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/u16-wordbreaks.lo uniwbrk/u16-wordbreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u16-wordbreaks.c -fPIC -DPIC -o uniwbrk/.libs/u16-wordbreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u16-wordbreaks.c -o uniwbrk/u16-wordbreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/u32-wordbreaks.lo uniwbrk/u32-wordbreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u32-wordbreaks.c -fPIC -DPIC -o uniwbrk/.libs/u32-wordbreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u32-wordbreaks.c -o uniwbrk/u32-wordbreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/u8-wordbreaks.lo uniwbrk/u8-wordbreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u8-wordbreaks.c -fPIC -DPIC -o uniwbrk/.libs/u8-wordbreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/u8-wordbreaks.c -o uniwbrk/u8-wordbreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/ulc-wordbreaks.lo uniwbrk/ulc-wordbreaks.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/ulc-wordbreaks.c -fPIC -DPIC -o uniwbrk/.libs/ulc-wordbreaks.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/ulc-wordbreaks.c -o uniwbrk/ulc-wordbreaks.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwbrk/wordbreak-property.lo uniwbrk/wordbreak-property.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wordbreak-property.c -fPIC -DPIC -o uniwbrk/.libs/wordbreak-property.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwbrk/wordbreak-property.c -o uniwbrk/wordbreak-property.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u16-strwidth.lo uniwidth/u16-strwidth.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-strwidth.c -fPIC -DPIC -o uniwidth/.libs/u16-strwidth.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-strwidth.c -o uniwidth/u16-strwidth.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u16-width.lo uniwidth/u16-width.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-width.c -fPIC -DPIC -o uniwidth/.libs/u16-width.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u16-width.c -o uniwidth/u16-width.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u32-strwidth.lo uniwidth/u32-strwidth.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-strwidth.c -fPIC -DPIC -o uniwidth/.libs/u32-strwidth.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-strwidth.c -o uniwidth/u32-strwidth.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u32-width.lo uniwidth/u32-width.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-width.c -fPIC -DPIC -o uniwidth/.libs/u32-width.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u32-width.c -o uniwidth/u32-width.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u8-strwidth.lo uniwidth/u8-strwidth.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-strwidth.c -fPIC -DPIC -o uniwidth/.libs/u8-strwidth.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-strwidth.c -o uniwidth/u8-strwidth.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/u8-width.lo uniwidth/u8-width.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-width.c -fPIC -DPIC -o uniwidth/.libs/u8-width.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/u8-width.c -o uniwidth/u8-width.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniwidth/width.lo uniwidth/width.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/width.c -fPIC -DPIC -o uniwidth/.libs/width.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o version.lo version.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c version.c -fPIC -DPIC -o .libs/version.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c version.c -o version.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o isnanf.lo isnanf.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanf.c -fPIC -DPIC -o .libs/isnanf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanf.c -o isnanf.o >/dev/null 2>&1 \ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o isnanl.lo isnanl.c libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanl.c -fPIC -DPIC -o .libs/isnanl.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I.. -I. -I. -I.. -I.. -DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c isnanl.c -o isnanl.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -version-info 1:2:1 -rpath /usr/lib/x86_64-linux-gnu -no-undefined -Wl,-z,relro -o libunistring.la -rpath /usr/lib/x86_64-linux-gnu c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo fseterr.lo localcharset.lo localename.lo glthread/lock.lo malloca.lo mbchar.lo mbsnlen.lo memcmp2.lo memxfrm.lo printf-frexp.lo printf-frexpl.lo striconveh.lo striconveha.lo glthread/threadlib.lo unicase/cased.lo unicase/empty-prefix-context.lo unicase/empty-suffix-context.lo unicase/ignorable.lo unicase/locale-language.lo unicase/special-casing.lo unicase/tocasefold.lo unicase/tolower.lo unicase/totitle.lo unicase/toupper.lo unicase/u16-casecmp.lo unicase/u16-casecoll.lo unicase/u16-casefold.lo unicase/u16-casemap.lo unicase/u16-casexfrm.lo unicase/u16-ct-casefold.lo unicase/u16-ct-tolower.lo unicase/u16-ct-totitle.lo unicase/u16-ct-toupper.lo unicase/u16-is-cased.lo unicase/u16-is-casefolded.lo unicase/u16-is-invariant.lo unicase/u16-is-lowercase.lo unicase/u16-is-titlecase.lo unicase/u16-is-uppercase.lo unicase/u16-tolower.lo unicase/u16-totitle.lo unicase/u16-toupper.lo unicase/u32-casecmp.lo unicase/u32-casecoll.lo unicase/u32-casefold.lo unicase/u32-casemap.lo unicase/u32-casexfrm.lo unicase/u32-ct-casefold.lo unicase/u32-ct-tolower.lo unicase/u32-ct-totitle.lo unicase/u32-ct-toupper.lo unicase/u32-is-cased.lo unicase/u32-is-casefolded.lo unicase/u32-is-invariant.lo unicase/u32-is-lowercase.lo unicase/u32-is-titlecase.lo unicase/u32-is-uppercase.lo unicase/u32-tolower.lo unicase/u32-totitle.lo unicase/u32-toupper.lo unicase/u8-casecmp.lo unicase/u8-casecoll.lo unicase/u8-casefold.lo unicase/u8-casemap.lo unicase/u8-casexfrm.lo unicase/u8-ct-casefold.lo unicase/u8-ct-tolower.lo unicase/u8-ct-totitle.lo unicase/u8-ct-toupper.lo unicase/u8-is-cased.lo unicase/u8-is-casefolded.lo unicase/u8-is-invariant.lo unicase/u8-is-lowercase.lo unicase/u8-is-titlecase.lo unicase/u8-is-uppercase.lo unicase/u8-tolower.lo unicase/u8-totitle.lo unicase/u8-toupper.lo unicase/ulc-casecmp.lo unicase/ulc-casecoll.lo unicase/ulc-casexfrm.lo uniconv/u16-conv-from-enc.lo uniconv/u16-conv-to-enc.lo uniconv/u16-strconv-from-enc.lo uniconv/u16-strconv-from-locale.lo uniconv/u16-strconv-to-enc.lo uniconv/u16-strconv-to-locale.lo uniconv/u32-conv-from-enc.lo uniconv/u32-conv-to-enc.lo uniconv/u32-strconv-from-enc.lo uniconv/u32-strconv-from-locale.lo uniconv/u32-strconv-to-enc.lo uniconv/u32-strconv-to-locale.lo uniconv/u8-conv-from-enc.lo uniconv/u8-conv-to-enc.lo uniconv/u8-strconv-from-enc.lo uniconv/u8-strconv-from-locale.lo uniconv/u8-strconv-to-enc.lo uniconv/u8-strconv-to-locale.lo unictype/bidi_byname.lo unictype/bidi_name.lo unictype/bidi_of.lo unictype/bidi_test.lo unictype/blocks.lo unictype/block_test.lo unictype/categ_C.lo unictype/categ_Cc.lo unictype/categ_Cf.lo unictype/categ_Cn.lo unictype/categ_Co.lo unictype/categ_Cs.lo unictype/categ_L.lo unictype/categ_Ll.lo unictype/categ_Lm.lo unictype/categ_Lo.lo unictype/categ_Lt.lo unictype/categ_Lu.lo unictype/categ_M.lo unictype/categ_Mc.lo unictype/categ_Me.lo unictype/categ_Mn.lo unictype/categ_N.lo unictype/categ_Nd.lo unictype/categ_Nl.lo unictype/categ_No.lo unictype/categ_P.lo unictype/categ_Pc.lo unictype/categ_Pd.lo unictype/categ_Pe.lo unictype/categ_Pf.lo unictype/categ_Pi.lo unictype/categ_Po.lo unictype/categ_Ps.lo unictype/categ_S.lo unictype/categ_Sc.lo unictype/categ_Sk.lo unictype/categ_Sm.lo unictype/categ_So.lo unictype/categ_Z.lo unictype/categ_Zl.lo unictype/categ_Zp.lo unictype/categ_Zs.lo unictype/categ_and.lo unictype/categ_and_not.lo unictype/categ_byname.lo unictype/categ_name.lo unictype/categ_none.lo unictype/categ_of.lo unictype/categ_or.lo unictype/categ_test.lo unictype/combining.lo unictype/ctype_alnum.lo unictype/ctype_alpha.lo unictype/ctype_blank.lo unictype/ctype_cntrl.lo unictype/ctype_digit.lo unictype/ctype_graph.lo unictype/ctype_lower.lo unictype/ctype_print.lo unictype/ctype_punct.lo unictype/ctype_space.lo unictype/ctype_upper.lo unictype/ctype_xdigit.lo unictype/decdigit.lo unictype/digit.lo unictype/mirror.lo unictype/numeric.lo unictype/pr_alphabetic.lo unictype/pr_ascii_hex_digit.lo unictype/pr_bidi_arabic_digit.lo unictype/pr_bidi_arabic_right_to_left.lo unictype/pr_bidi_block_separator.lo unictype/pr_bidi_boundary_neutral.lo unictype/pr_bidi_common_separator.lo unictype/pr_bidi_control.lo unictype/pr_bidi_embedding_or_override.lo unictype/pr_bidi_eur_num_separator.lo unictype/pr_bidi_eur_num_terminator.lo unictype/pr_bidi_european_digit.lo unictype/pr_bidi_hebrew_right_to_left.lo unictype/pr_bidi_left_to_right.lo unictype/pr_bidi_non_spacing_mark.lo unictype/pr_bidi_other_neutral.lo unictype/pr_bidi_pdf.lo unictype/pr_bidi_segment_separator.lo unictype/pr_bidi_whitespace.lo unictype/pr_byname.lo unictype/pr_combining.lo unictype/pr_composite.lo unictype/pr_currency_symbol.lo unictype/pr_dash.lo unictype/pr_decimal_digit.lo unictype/pr_default_ignorable_code_point.lo unictype/pr_deprecated.lo unictype/pr_diacritic.lo unictype/pr_extender.lo unictype/pr_format_control.lo unictype/pr_grapheme_base.lo unictype/pr_grapheme_extend.lo unictype/pr_grapheme_link.lo unictype/pr_hex_digit.lo unictype/pr_hyphen.lo unictype/pr_id_continue.lo unictype/pr_id_start.lo unictype/pr_ideographic.lo unictype/pr_ids_binary_operator.lo unictype/pr_ids_trinary_operator.lo unictype/pr_ignorable_control.lo unictype/pr_iso_control.lo unictype/pr_join_control.lo unictype/pr_left_of_pair.lo unictype/pr_line_separator.lo unictype/pr_logical_order_exception.lo unictype/pr_lowercase.lo unictype/pr_math.lo unictype/pr_non_break.lo unictype/pr_not_a_character.lo unictype/pr_numeric.lo unictype/pr_other_alphabetic.lo unictype/pr_other_default_ignorable_code_point.lo unictype/pr_other_grapheme_extend.lo unictype/pr_other_id_continue.lo unictype/pr_other_id_start.lo unictype/pr_other_lowercase.lo unictype/pr_other_math.lo unictype/pr_other_uppercase.lo unictype/pr_paired_punctuation.lo unictype/pr_paragraph_separator.lo unictype/pr_pattern_syntax.lo unictype/pr_pattern_white_space.lo unictype/pr_private_use.lo unictype/pr_punctuation.lo unictype/pr_quotation_mark.lo unictype/pr_radical.lo unictype/pr_sentence_terminal.lo unictype/pr_soft_dotted.lo unictype/pr_space.lo unictype/pr_terminal_punctuation.lo unictype/pr_test.lo unictype/pr_titlecase.lo unictype/pr_unassigned_code_value.lo unictype/pr_unified_ideograph.lo unictype/pr_uppercase.lo unictype/pr_variation_selector.lo unictype/pr_white_space.lo unictype/pr_xid_continue.lo unictype/pr_xid_start.lo unictype/pr_zero_width.lo unictype/scripts.lo unictype/sy_c_ident.lo unictype/sy_c_whitespace.lo unictype/sy_java_ident.lo unictype/sy_java_whitespace.lo unilbrk/lbrktables.lo unilbrk/u16-possible-linebreaks.lo unilbrk/u16-width-linebreaks.lo unilbrk/u32-possible-linebreaks.lo unilbrk/u32-width-linebreaks.lo unilbrk/u8-possible-linebreaks.lo unilbrk/u8-width-linebreaks.lo unilbrk/ulc-common.lo unilbrk/ulc-possible-linebreaks.lo unilbrk/ulc-width-linebreaks.lo uniname/uniname.lo uninorm/canonical-decomposition.lo uninorm/compat-decomposition.lo uninorm/composition.lo uninorm/decompose-internal.lo uninorm/decomposing-form.lo uninorm/decomposition.lo uninorm/decomposition-table.lo uninorm/uninorm-filter.lo uninorm/nfc.lo uninorm/nfd.lo uninorm/nfkc.lo uninorm/nfkd.lo uninorm/u16-normalize.lo uninorm/u16-normcmp.lo uninorm/u16-normcoll.lo uninorm/u16-normxfrm.lo uninorm/u32-normalize.lo uninorm/u32-normcmp.lo uninorm/u32-normcoll.lo uninorm/u32-normxfrm.lo uninorm/u8-normalize.lo uninorm/u8-normcmp.lo uninorm/u8-normcoll.lo uninorm/u8-normxfrm.lo unistdio/u-printf-args.lo unistdio/u16-asnprintf.lo unistdio/u16-asprintf.lo unistdio/u16-printf-parse.lo unistdio/u16-snprintf.lo unistdio/u16-sprintf.lo unistdio/u16-u16-asnprintf.lo unistdio/u16-u16-asprintf.lo unistdio/u16-u16-snprintf.lo unistdio/u16-u16-sprintf.lo unistdio/u16-u16-vasnprintf.lo unistdio/u16-u16-vasprintf.lo unistdio/u16-u16-vsnprintf.lo unistdio/u16-u16-vsprintf.lo unistdio/u16-vasnprintf.lo unistdio/u16-vasprintf.lo unistdio/u16-vsnprintf.lo unistdio/u16-vsprintf.lo unistdio/u32-asnprintf.lo unistdio/u32-asprintf.lo unistdio/u32-printf-parse.lo unistdio/u32-snprintf.lo unistdio/u32-sprintf.lo unistdio/u32-u32-asnprintf.lo unistdio/u32-u32-asprintf.lo unistdio/u32-u32-snprintf.lo unistdio/u32-u32-sprintf.lo unistdio/u32-u32-vasnprintf.lo unistdio/u32-u32-vasprintf.lo unistdio/u32-u32-vsnprintf.lo unistdio/u32-u32-vsprintf.lo unistdio/u32-vasnprintf.lo unistdio/u32-vasprintf.lo unistdio/u32-vsnprintf.lo unistdio/u32-vsprintf.lo unistdio/u8-asnprintf.lo unistdio/u8-asprintf.lo unistdio/u8-printf-parse.lo unistdio/u8-snprintf.lo unistdio/u8-sprintf.lo unistdio/u8-u8-asnprintf.lo unistdio/u8-u8-asprintf.lo unistdio/u8-u8-snprintf.lo unistdio/u8-u8-sprintf.lo unistdio/u8-u8-vasnprintf.lo unistdio/u8-u8-vasprintf.lo unistdio/u8-u8-vsnprintf.lo unistdio/u8-u8-vsprintf.lo unistdio/u8-vasnprintf.lo unistdio/u8-vasprintf.lo unistdio/u8-vsnprintf.lo unistdio/u8-vsprintf.lo unistdio/ulc-asnprintf.lo unistdio/ulc-asprintf.lo unistdio/ulc-fprintf.lo unistdio/ulc-printf-parse.lo unistdio/ulc-snprintf.lo unistdio/ulc-sprintf.lo unistdio/ulc-vasnprintf.lo unistdio/ulc-vasprintf.lo unistdio/ulc-vfprintf.lo unistdio/ulc-vsnprintf.lo unistdio/ulc-vsprintf.lo unistr/u16-check.lo unistr/u16-chr.lo unistr/u16-cmp.lo unistr/u16-cmp2.lo unistr/u16-cpy.lo unistr/u16-cpy-alloc.lo unistr/u16-endswith.lo unistr/u16-mblen.lo unistr/u16-mbsnlen.lo unistr/u16-mbtouc.lo unistr/u16-mbtouc-aux.lo unistr/u16-mbtouc-unsafe.lo unistr/u16-mbtouc-unsafe-aux.lo unistr/u16-mbtoucr.lo unistr/u16-move.lo unistr/u16-next.lo unistr/u16-prev.lo unistr/u16-set.lo unistr/u16-startswith.lo unistr/u16-stpcpy.lo unistr/u16-stpncpy.lo unistr/u16-strcat.lo unistr/u16-strchr.lo unistr/u16-strcmp.lo unistr/u16-strcoll.lo unistr/u16-strcpy.lo unistr/u16-strcspn.lo unistr/u16-strdup.lo unistr/u16-strlen.lo unistr/u16-strmblen.lo unistr/u16-strmbtouc.lo unistr/u16-strncat.lo unistr/u16-strncmp.lo unistr/u16-strncpy.lo unistr/u16-strnlen.lo unistr/u16-strpbrk.lo unistr/u16-strrchr.lo unistr/u16-strspn.lo unistr/u16-strstr.lo unistr/u16-strtok.lo unistr/u16-to-u32.lo unistr/u16-to-u8.lo unistr/u16-uctomb.lo unistr/u16-uctomb-aux.lo unistr/u32-check.lo unistr/u32-chr.lo unistr/u32-cmp.lo unistr/u32-cmp2.lo unistr/u32-cpy.lo unistr/u32-cpy-alloc.lo unistr/u32-endswith.lo unistr/u32-mblen.lo unistr/u32-mbsnlen.lo unistr/u32-mbtouc.lo unistr/u32-mbtouc-unsafe.lo unistr/u32-mbtoucr.lo unistr/u32-move.lo unistr/u32-next.lo unistr/u32-prev.lo unistr/u32-set.lo unistr/u32-startswith.lo unistr/u32-stpcpy.lo unistr/u32-stpncpy.lo unistr/u32-strcat.lo unistr/u32-strchr.lo unistr/u32-strcmp.lo unistr/u32-strcoll.lo unistr/u32-strcpy.lo unistr/u32-strcspn.lo unistr/u32-strdup.lo unistr/u32-strlen.lo unistr/u32-strmblen.lo unistr/u32-strmbtouc.lo unistr/u32-strncat.lo unistr/u32-strncmp.lo unistr/u32-strncpy.lo unistr/u32-strnlen.lo unistr/u32-strpbrk.lo unistr/u32-strrchr.lo unistr/u32-strspn.lo unistr/u32-strstr.lo unistr/u32-strtok.lo unistr/u32-to-u16.lo unistr/u32-to-u8.lo unistr/u32-uctomb.lo unistr/u8-check.lo unistr/u8-chr.lo unistr/u8-cmp.lo unistr/u8-cmp2.lo unistr/u8-cpy.lo unistr/u8-cpy-alloc.lo unistr/u8-endswith.lo unistr/u8-mblen.lo unistr/u8-mbsnlen.lo unistr/u8-mbtouc.lo unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtoucr.lo unistr/u8-move.lo unistr/u8-next.lo unistr/u8-prev.lo unistr/u8-set.lo unistr/u8-startswith.lo unistr/u8-stpcpy.lo unistr/u8-stpncpy.lo unistr/u8-strcat.lo unistr/u8-strchr.lo unistr/u8-strcmp.lo unistr/u8-strcoll.lo unistr/u8-strcpy.lo unistr/u8-strcspn.lo unistr/u8-strdup.lo unistr/u8-strlen.lo unistr/u8-strmblen.lo unistr/u8-strmbtouc.lo unistr/u8-strncat.lo unistr/u8-strncmp.lo unistr/u8-strncpy.lo unistr/u8-strnlen.lo unistr/u8-strpbrk.lo unistr/u8-strrchr.lo unistr/u8-strspn.lo unistr/u8-strstr.lo unistr/u8-strtok.lo unistr/u8-to-u16.lo unistr/u8-to-u32.lo unistr/u8-uctomb.lo unistr/u8-uctomb-aux.lo uniwbrk/wbrktable.lo uniwbrk/u16-wordbreaks.lo uniwbrk/u32-wordbreaks.lo uniwbrk/u8-wordbreaks.lo uniwbrk/ulc-wordbreaks.lo uniwbrk/wordbreak-property.lo uniwidth/u16-strwidth.lo uniwidth/u16-width.lo uniwidth/u32-strwidth.lo uniwidth/u32-width.lo uniwidth/u8-strwidth.lo uniwidth/u8-width.lo uniwidth/width.lo version.lo isnanf.lo isnanl.lo libtool: link: gcc -shared .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/fseterr.o .libs/localcharset.o .libs/localename.o glthread/.libs/lock.o .libs/malloca.o .libs/mbchar.o .libs/mbsnlen.o .libs/memcmp2.o .libs/memxfrm.o .libs/printf-frexp.o .libs/printf-frexpl.o .libs/striconveh.o .libs/striconveha.o glthread/.libs/threadlib.o unicase/.libs/cased.o unicase/.libs/empty-prefix-context.o unicase/.libs/empty-suffix-context.o unicase/.libs/ignorable.o unicase/.libs/locale-language.o unicase/.libs/special-casing.o unicase/.libs/tocasefold.o unicase/.libs/tolower.o unicase/.libs/totitle.o unicase/.libs/toupper.o unicase/.libs/u16-casecmp.o unicase/.libs/u16-casecoll.o unicase/.libs/u16-casefold.o unicase/.libs/u16-casemap.o unicase/.libs/u16-casexfrm.o unicase/.libs/u16-ct-casefold.o unicase/.libs/u16-ct-tolower.o unicase/.libs/u16-ct-totitle.o unicase/.libs/u16-ct-toupper.o unicase/.libs/u16-is-cased.o unicase/.libs/u16-is-casefolded.o unicase/.libs/u16-is-invariant.o unicase/.libs/u16-is-lowercase.o unicase/.libs/u16-is-titlecase.o unicase/.libs/u16-is-uppercase.o unicase/.libs/u16-tolower.o unicase/.libs/u16-totitle.o unicase/.libs/u16-toupper.o unicase/.libs/u32-casecmp.o unicase/.libs/u32-casecoll.o unicase/.libs/u32-casefold.o unicase/.libs/u32-casemap.o unicase/.libs/u32-casexfrm.o unicase/.libs/u32-ct-casefold.o unicase/.libs/u32-ct-tolower.o unicase/.libs/u32-ct-totitle.o unicase/.libs/u32-ct-toupper.o unicase/.libs/u32-is-cased.o unicase/.libs/u32-is-casefolded.o unicase/.libs/u32-is-invariant.o unicase/.libs/u32-is-lowercase.o unicase/.libs/u32-is-titlecase.o unicase/.libs/u32-is-uppercase.o unicase/.libs/u32-tolower.o unicase/.libs/u32-totitle.o unicase/.libs/u32-toupper.o unicase/.libs/u8-casecmp.o unicase/.libs/u8-casecoll.o unicase/.libs/u8-casefold.o unicase/.libs/u8-casemap.o unicase/.libs/u8-casexfrm.o unicase/.libs/u8-ct-casefold.o unicase/.libs/u8-ct-tolower.o unicase/.libs/u8-ct-totitle.o unicase/.libs/u8-ct-toupper.o unicase/.libs/u8-is-cased.o unicase/.libs/u8-is-casefolded.o unicase/.libs/u8-is-invariant.o unicase/.libs/u8-is-lowercase.o unicase/.libs/u8-is-titlecase.o unicase/.libs/u8-is-uppercase.o unicase/.libs/u8-tolower.o unicase/.libs/u8-totitle.o unicase/.libs/u8-toupper.o unicase/.libs/ulc-casecmp.o unicase/.libs/ulc-casecoll.o unicase/.libs/ulc-casexfrm.o uniconv/.libs/u16-conv-from-enc.o uniconv/.libs/u16-conv-to-enc.o uniconv/.libs/u16-strconv-from-enc.o uniconv/.libs/u16-strconv-from-locale.o uniconv/.libs/u16-strconv-to-enc.o uniconv/.libs/u16-strconv-to-locale.o uniconv/.libs/u32-conv-from-enc.o uniconv/.libs/u32-conv-to-enc.o uniconv/.libs/u32-strconv-from-enc.o uniconv/.libs/u32-strconv-from-locale.o uniconv/.libs/u32-strconv-to-enc.o uniconv/.libs/u32-strconv-to-locale.o uniconv/.libs/u8-conv-from-enc.o uniconv/.libs/u8-conv-to-enc.o uniconv/.libs/u8-strconv-from-enc.o uniconv/.libs/u8-strconv-from-locale.o uniconv/.libs/u8-strconv-to-enc.o uniconv/.libs/u8-strconv-to-locale.o unictype/.libs/bidi_byname.o unictype/.libs/bidi_name.o unictype/.libs/bidi_of.o unictype/.libs/bidi_test.o unictype/.libs/blocks.o unictype/.libs/block_test.o unictype/.libs/categ_C.o unictype/.libs/categ_Cc.o unictype/.libs/categ_Cf.o unictype/.libs/categ_Cn.o unictype/.libs/categ_Co.o unictype/.libs/categ_Cs.o unictype/.libs/categ_L.o unictype/.libs/categ_Ll.o unictype/.libs/categ_Lm.o unictype/.libs/categ_Lo.o unictype/.libs/categ_Lt.o unictype/.libs/categ_Lu.o unictype/.libs/categ_M.o unictype/.libs/categ_Mc.o unictype/.libs/categ_Me.o unictype/.libs/categ_Mn.o unictype/.libs/categ_N.o unictype/.libs/categ_Nd.o unictype/.libs/categ_Nl.o unictype/.libs/categ_No.o unictype/.libs/categ_P.o unictype/.libs/categ_Pc.o unictype/.libs/categ_Pd.o unictype/.libs/categ_Pe.o unictype/.libs/categ_Pf.o unictype/.libs/categ_Pi.o unictype/.libs/categ_Po.o unictype/.libs/categ_Ps.o unictype/.libs/categ_S.o unictype/.libs/categ_Sc.o unictype/.libs/categ_Sk.o unictype/.libs/categ_Sm.o unictype/.libs/categ_So.o unictype/.libs/categ_Z.o unictype/.libs/categ_Zl.o unictype/.libs/categ_Zp.o unictype/.libs/categ_Zs.o unictype/.libs/categ_and.o unictype/.libs/categ_and_not.o unictype/.libs/categ_byname.o unictype/.libs/categ_name.o unictype/.libs/categ_none.o unictype/.libs/categ_of.o unictype/.libs/categ_or.o unictype/.libs/categ_test.o unictype/.libs/combining.o unictype/.libs/ctype_alnum.o unictype/.libs/ctype_alpha.o unictype/.libs/ctype_blank.o unictype/.libs/ctype_cntrl.o unictype/.libs/ctype_digit.o unictype/.libs/ctype_graph.o unictype/.libs/ctype_lower.o unictype/.libs/ctype_print.o unictype/.libs/ctype_punct.o unictype/.libs/ctype_space.o unictype/.libs/ctype_upper.o unictype/.libs/ctype_xdigit.o unictype/.libs/decdigit.o unictype/.libs/digit.o unictype/.libs/mirror.o unictype/.libs/numeric.o unictype/.libs/pr_alphabetic.o unictype/.libs/pr_ascii_hex_digit.o unictype/.libs/pr_bidi_arabic_digit.o unictype/.libs/pr_bidi_arabic_right_to_left.o unictype/.libs/pr_bidi_block_separator.o unictype/.libs/pr_bidi_boundary_neutral.o unictype/.libs/pr_bidi_common_separator.o unictype/.libs/pr_bidi_control.o unictype/.libs/pr_bidi_embedding_or_override.o unictype/.libs/pr_bidi_eur_num_separator.o unictype/.libs/pr_bidi_eur_num_terminator.o unictype/.libs/pr_bidi_european_digit.o unictype/.libs/pr_bidi_hebrew_right_to_left.o unictype/.libs/pr_bidi_left_to_right.o unictype/.libs/pr_bidi_non_spacing_mark.o unictype/.libs/pr_bidi_other_neutral.o unictype/.libs/pr_bidi_pdf.o unictype/.libs/pr_bidi_segment_separator.o unictype/.libs/pr_bidi_whitespace.o unictype/.libs/pr_byname.o unictype/.libs/pr_combining.o unictype/.libs/pr_composite.o unictype/.libs/pr_currency_symbol.o unictype/.libs/pr_dash.o unictype/.libs/pr_decimal_digit.o unictype/.libs/pr_default_ignorable_code_point.o unictype/.libs/pr_deprecated.o unictype/.libs/pr_diacritic.o unictype/.libs/pr_extender.o unictype/.libs/pr_format_control.o unictype/.libs/pr_grapheme_base.o unictype/.libs/pr_grapheme_extend.o unictype/.libs/pr_grapheme_link.o unictype/.libs/pr_hex_digit.o unictype/.libs/pr_hyphen.o unictype/.libs/pr_id_continue.o unictype/.libs/pr_id_start.o unictype/.libs/pr_ideographic.o unictype/.libs/pr_ids_binary_operator.o unictype/.libs/pr_ids_trinary_operator.o unictype/.libs/pr_ignorable_control.o unictype/.libs/pr_iso_control.o unictype/.libs/pr_join_control.o unictype/.libs/pr_left_of_pair.o unictype/.libs/pr_line_separator.o unictype/.libs/pr_logical_order_exception.o unictype/.libs/pr_lowercase.o unictype/.libs/pr_math.o unictype/.libs/pr_non_break.o unictype/.libs/pr_not_a_character.o unictype/.libs/pr_numeric.o unictype/.libs/pr_other_alphabetic.o unictype/.libs/pr_other_default_ignorable_code_point.o unictype/.libs/pr_other_grapheme_extend.o unictype/.libs/pr_other_id_continue.o unictype/.libs/pr_other_id_start.o unictype/.libs/pr_other_lowercase.o unictype/.libs/pr_other_math.o unictype/.libs/pr_other_uppercase.o unictype/.libs/pr_paired_punctuation.o unictype/.libs/pr_paragraph_separator.o unictype/.libs/pr_pattern_syntax.o unictype/.libs/pr_pattern_white_space.o unictype/.libs/pr_private_use.o unictype/.libs/pr_punctuation.o unictype/.libs/pr_quotation_mark.o unictype/.libs/pr_radical.o unictype/.libs/pr_sentence_terminal.o unictype/.libs/pr_soft_dotted.o unictype/.libs/pr_space.o unictype/.libs/pr_terminal_punctuation.o unictype/.libs/pr_test.o unictype/.libs/pr_titlecase.o unictype/.libs/pr_unassigned_code_value.o unictype/.libs/pr_unified_ideograph.o unictype/.libs/pr_uppercase.o unictype/.libs/pr_variation_selector.o unictype/.libs/pr_white_space.o unictype/.libs/pr_xid_continue.o unictype/.libs/pr_xid_start.o unictype/.libs/pr_zero_width.o unictype/.libs/scripts.o unictype/.libs/sy_c_ident.o unictype/.libs/sy_c_whitespace.o unictype/.libs/sy_java_ident.o unictype/.libs/sy_java_whitespace.o unilbrk/.libs/lbrktables.o unilbrk/.libs/u16-possible-linebreaks.o unilbrk/.libs/u16-width-linebreaks.o unilbrk/.libs/u32-possible-linebreaks.o unilbrk/.libs/u32-width-linebreaks.o unilbrk/.libs/u8-possible-linebreaks.o unilbrk/.libs/u8-width-linebreaks.o unilbrk/.libs/ulc-common.o unilbrk/.libs/ulc-possible-linebreaks.o unilbrk/.libs/ulc-width-linebreaks.o uniname/.libs/uniname.o uninorm/.libs/canonical-decomposition.o uninorm/.libs/compat-decomposition.o uninorm/.libs/composition.o uninorm/.libs/decompose-internal.o uninorm/.libs/decomposing-form.o uninorm/.libs/decomposition.o uninorm/.libs/decomposition-table.o uninorm/.libs/uninorm-filter.o uninorm/.libs/nfc.o uninorm/.libs/nfd.o uninorm/.libs/nfkc.o uninorm/.libs/nfkd.o uninorm/.libs/u16-normalize.o uninorm/.libs/u16-normcmp.o uninorm/.libs/u16-normcoll.o uninorm/.libs/u16-normxfrm.o uninorm/.libs/u32-normalize.o uninorm/.libs/u32-normcmp.o uninorm/.libs/u32-normcoll.o uninorm/.libs/u32-normxfrm.o uninorm/.libs/u8-normalize.o uninorm/.libs/u8-normcmp.o uninorm/.libs/u8-normcoll.o uninorm/.libs/u8-normxfrm.o unistdio/.libs/u-printf-args.o unistdio/.libs/u16-asnprintf.o unistdio/.libs/u16-asprintf.o unistdio/.libs/u16-printf-parse.o unistdio/.libs/u16-snprintf.o unistdio/.libs/u16-sprintf.o unistdio/.libs/u16-u16-asnprintf.o unistdio/.libs/u16-u16-asprintf.o unistdio/.libs/u16-u16-snprintf.o unistdio/.libs/u16-u16-sprintf.o unistdio/.libs/u16-u16-vasnprintf.o unistdio/.libs/u16-u16-vasprintf.o unistdio/.libs/u16-u16-vsnprintf.o unistdio/.libs/u16-u16-vsprintf.o unistdio/.libs/u16-vasnprintf.o unistdio/.libs/u16-vasprintf.o unistdio/.libs/u16-vsnprintf.o unistdio/.libs/u16-vsprintf.o unistdio/.libs/u32-asnprintf.o unistdio/.libs/u32-asprintf.o unistdio/.libs/u32-printf-parse.o unistdio/.libs/u32-snprintf.o unistdio/.libs/u32-sprintf.o unistdio/.libs/u32-u32-asnprintf.o unistdio/.libs/u32-u32-asprintf.o unistdio/.libs/u32-u32-snprintf.o unistdio/.libs/u32-u32-sprintf.o unistdio/.libs/u32-u32-vasnprintf.o unistdio/.libs/u32-u32-vasprintf.o unistdio/.libs/u32-u32-vsnprintf.o unistdio/.libs/u32-u32-vsprintf.o unistdio/.libs/u32-vasnprintf.o unistdio/.libs/u32-vasprintf.o unistdio/.libs/u32-vsnprintf.o unistdio/.libs/u32-vsprintf.o unistdio/.libs/u8-asnprintf.o unistdio/.libs/u8-asprintf.o unistdio/.libs/u8-printf-parse.o unistdio/.libs/u8-snprintf.o unistdio/.libs/u8-sprintf.o unistdio/.libs/u8-u8-asnprintf.o unistdio/.libs/u8-u8-asprintf.o unistdio/.libs/u8-u8-snprintf.o unistdio/.libs/u8-u8-sprintf.o unistdio/.libs/u8-u8-vasnprintf.o unistdio/.libs/u8-u8-vasprintf.o unistdio/.libs/u8-u8-vsnprintf.o unistdio/.libs/u8-u8-vsprintf.o unistdio/.libs/u8-vasnprintf.o unistdio/.libs/u8-vasprintf.o unistdio/.libs/u8-vsnprintf.o unistdio/.libs/u8-vsprintf.o unistdio/.libs/ulc-asnprintf.o unistdio/.libs/ulc-asprintf.o unistdio/.libs/ulc-fprintf.o unistdio/.libs/ulc-printf-parse.o unistdio/.libs/ulc-snprintf.o unistdio/.libs/ulc-sprintf.o unistdio/.libs/ulc-vasnprintf.o unistdio/.libs/ulc-vasprintf.o unistdio/.libs/ulc-vfprintf.o unistdio/.libs/ulc-vsnprintf.o unistdio/.libs/ulc-vsprintf.o unistr/.libs/u16-check.o unistr/.libs/u16-chr.o unistr/.libs/u16-cmp.o unistr/.libs/u16-cmp2.o unistr/.libs/u16-cpy.o unistr/.libs/u16-cpy-alloc.o unistr/.libs/u16-endswith.o unistr/.libs/u16-mblen.o unistr/.libs/u16-mbsnlen.o unistr/.libs/u16-mbtouc.o unistr/.libs/u16-mbtouc-aux.o unistr/.libs/u16-mbtouc-unsafe.o unistr/.libs/u16-mbtouc-unsafe-aux.o unistr/.libs/u16-mbtoucr.o unistr/.libs/u16-move.o unistr/.libs/u16-next.o unistr/.libs/u16-prev.o unistr/.libs/u16-set.o unistr/.libs/u16-startswith.o unistr/.libs/u16-stpcpy.o unistr/.libs/u16-stpncpy.o unistr/.libs/u16-strcat.o unistr/.libs/u16-strchr.o unistr/.libs/u16-strcmp.o unistr/.libs/u16-strcoll.o unistr/.libs/u16-strcpy.o unistr/.libs/u16-strcspn.o unistr/.libs/u16-strdup.o unistr/.libs/u16-strlen.o unistr/.libs/u16-strmblen.o unistr/.libs/u16-strmbtouc.o unistr/.libs/u16-strncat.o unistr/.libs/u16-strncmp.o unistr/.libs/u16-strncpy.o unistr/.libs/u16-strnlen.o unistr/.libs/u16-strpbrk.o unistr/.libs/u16-strrchr.o unistr/.libs/u16-strspn.o unistr/.libs/u16-strstr.o unistr/.libs/u16-strtok.o unistr/.libs/u16-to-u32.o unistr/.libs/u16-to-u8.o unistr/.libs/u16-uctomb.o unistr/.libs/u16-uctomb-aux.o unistr/.libs/u32-check.o unistr/.libs/u32-chr.o unistr/.libs/u32-cmp.o unistr/.libs/u32-cmp2.o unistr/.libs/u32-cpy.o unistr/.libs/u32-cpy-alloc.o unistr/.libs/u32-endswith.o unistr/.libs/u32-mblen.o unistr/.libs/u32-mbsnlen.o unistr/.libs/u32-mbtouc.o unistr/.libs/u32-mbtouc-unsafe.o unistr/.libs/u32-mbtoucr.o unistr/.libs/u32-move.o unistr/.libs/u32-next.o unistr/.libs/u32-prev.o unistr/.libs/u32-set.o unistr/.libs/u32-startswith.o unistr/.libs/u32-stpcpy.o unistr/.libs/u32-stpncpy.o unistr/.libs/u32-strcat.o unistr/.libs/u32-strchr.o unistr/.libs/u32-strcmp.o unistr/.libs/u32-strcoll.o unistr/.libs/u32-strcpy.o unistr/.libs/u32-strcspn.o unistr/.libs/u32-strdup.o unistr/.libs/u32-strlen.o unistr/.libs/u32-strmblen.o unistr/.libs/u32-strmbtouc.o unistr/.libs/u32-strncat.o unistr/.libs/u32-strncmp.o unistr/.libs/u32-strncpy.o unistr/.libs/u32-strnlen.o unistr/.libs/u32-strpbrk.o unistr/.libs/u32-strrchr.o unistr/.libs/u32-strspn.o unistr/.libs/u32-strstr.o unistr/.libs/u32-strtok.o unistr/.libs/u32-to-u16.o unistr/.libs/u32-to-u8.o unistr/.libs/u32-uctomb.o unistr/.libs/u8-check.o unistr/.libs/u8-chr.o unistr/.libs/u8-cmp.o unistr/.libs/u8-cmp2.o unistr/.libs/u8-cpy.o unistr/.libs/u8-cpy-alloc.o unistr/.libs/u8-endswith.o unistr/.libs/u8-mblen.o unistr/.libs/u8-mbsnlen.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o unistr/.libs/u8-mbtouc-unsafe.o unistr/.libs/u8-mbtouc-unsafe-aux.o unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-move.o unistr/.libs/u8-next.o unistr/.libs/u8-prev.o unistr/.libs/u8-set.o unistr/.libs/u8-startswith.o unistr/.libs/u8-stpcpy.o unistr/.libs/u8-stpncpy.o unistr/.libs/u8-strcat.o unistr/.libs/u8-strchr.o unistr/.libs/u8-strcmp.o unistr/.libs/u8-strcoll.o unistr/.libs/u8-strcpy.o unistr/.libs/u8-strcspn.o unistr/.libs/u8-strdup.o unistr/.libs/u8-strlen.o unistr/.libs/u8-strmblen.o unistr/.libs/u8-strmbtouc.o unistr/.libs/u8-strncat.o unistr/.libs/u8-strncmp.o unistr/.libs/u8-strncpy.o unistr/.libs/u8-strnlen.o unistr/.libs/u8-strpbrk.o unistr/.libs/u8-strrchr.o unistr/.libs/u8-strspn.o unistr/.libs/u8-strstr.o unistr/.libs/u8-strtok.o unistr/.libs/u8-to-u16.o unistr/.libs/u8-to-u32.o unistr/.libs/u8-uctomb.o unistr/.libs/u8-uctomb-aux.o uniwbrk/.libs/wbrktable.o uniwbrk/.libs/u16-wordbreaks.o uniwbrk/.libs/u32-wordbreaks.o uniwbrk/.libs/u8-wordbreaks.o uniwbrk/.libs/ulc-wordbreaks.o uniwbrk/.libs/wordbreak-property.o uniwidth/.libs/u16-strwidth.o uniwidth/.libs/u16-width.o uniwidth/.libs/u32-strwidth.o uniwidth/.libs/u32-width.o uniwidth/.libs/u8-strwidth.o uniwidth/.libs/u8-width.o uniwidth/.libs/width.o .libs/version.o .libs/isnanf.o .libs/isnanl.o -Wl,-z -Wl,relro -Wl,-soname -Wl,libunistring.so.0 -o .libs/libunistring.so.0.1.2 libtool: link: (cd ".libs" && rm -f "libunistring.so.0" && ln -s "libunistring.so.0.1.2" "libunistring.so.0") libtool: link: (cd ".libs" && rm -f "libunistring.so" && ln -s "libunistring.so.0.1.2" "libunistring.so") libtool: link: ar cru .libs/libunistring.a c-ctype.o c-strcasecmp.o c-strncasecmp.o fseterr.o localcharset.o localename.o glthread/lock.o malloca.o mbchar.o mbsnlen.o memcmp2.o memxfrm.o printf-frexp.o printf-frexpl.o striconveh.o striconveha.o glthread/threadlib.o unicase/cased.o unicase/empty-prefix-context.o unicase/empty-suffix-context.o unicase/ignorable.o unicase/locale-language.o unicase/special-casing.o unicase/tocasefold.o unicase/tolower.o unicase/totitle.o unicase/toupper.o unicase/u16-casecmp.o unicase/u16-casecoll.o unicase/u16-casefold.o unicase/u16-casemap.o unicase/u16-casexfrm.o unicase/u16-ct-casefold.o unicase/u16-ct-tolower.o unicase/u16-ct-totitle.o unicase/u16-ct-toupper.o unicase/u16-is-cased.o unicase/u16-is-casefolded.o unicase/u16-is-invariant.o unicase/u16-is-lowercase.o unicase/u16-is-titlecase.o unicase/u16-is-uppercase.o unicase/u16-tolower.o unicase/u16-totitle.o unicase/u16-toupper.o unicase/u32-casecmp.o unicase/u32-casecoll.o unicase/u32-casefold.o unicase/u32-casemap.o unicase/u32-casexfrm.o unicase/u32-ct-casefold.o unicase/u32-ct-tolower.o unicase/u32-ct-totitle.o unicase/u32-ct-toupper.o unicase/u32-is-cased.o unicase/u32-is-casefolded.o unicase/u32-is-invariant.o unicase/u32-is-lowercase.o unicase/u32-is-titlecase.o unicase/u32-is-uppercase.o unicase/u32-tolower.o unicase/u32-totitle.o unicase/u32-toupper.o unicase/u8-casecmp.o unicase/u8-casecoll.o unicase/u8-casefold.o unicase/u8-casemap.o unicase/u8-casexfrm.o unicase/u8-ct-casefold.o unicase/u8-ct-tolower.o unicase/u8-ct-totitle.o unicase/u8-ct-toupper.o unicase/u8-is-cased.o unicase/u8-is-casefolded.o unicase/u8-is-invariant.o unicase/u8-is-lowercase.o unicase/u8-is-titlecase.o unicase/u8-is-uppercase.o unicase/u8-tolower.o unicase/u8-totitle.o unicase/u8-toupper.o unicase/ulc-casecmp.o unicase/ulc-casecoll.o unicase/ulc-casexfrm.o uniconv/u16-conv-from-enc.o uniconv/u16-conv-to-enc.o uniconv/u16-strconv-from-enc.o uniconv/u16-strconv-from-locale.o uniconv/u16-strconv-to-enc.o uniconv/u16-strconv-to-locale.o uniconv/u32-conv-from-enc.o uniconv/u32-conv-to-enc.o uniconv/u32-strconv-from-enc.o uniconv/u32-strconv-from-locale.o uniconv/u32-strconv-to-enc.o uniconv/u32-strconv-to-locale.o uniconv/u8-conv-from-enc.o uniconv/u8-conv-to-enc.o uniconv/u8-strconv-from-enc.o uniconv/u8-strconv-from-locale.o uniconv/u8-strconv-to-enc.o uniconv/u8-strconv-to-locale.o unictype/bidi_byname.o unictype/bidi_name.o unictype/bidi_of.o unictype/bidi_test.o unictype/blocks.o unictype/block_test.o unictype/categ_C.o unictype/categ_Cc.o unictype/categ_Cf.o unictype/categ_Cn.o unictype/categ_Co.o unictype/categ_Cs.o unictype/categ_L.o unictype/categ_Ll.o unictype/categ_Lm.o unictype/categ_Lo.o unictype/categ_Lt.o unictype/categ_Lu.o unictype/categ_M.o unictype/categ_Mc.o unictype/categ_Me.o unictype/categ_Mn.o unictype/categ_N.o unictype/categ_Nd.o unictype/categ_Nl.o unictype/categ_No.o unictype/categ_P.o unictype/categ_Pc.o unictype/categ_Pd.o unictype/categ_Pe.o unictype/categ_Pf.o unictype/categ_Pi.o unictype/categ_Po.o unictype/categ_Ps.o unictype/categ_S.o unictype/categ_Sc.o unictype/categ_Sk.o unictype/categ_Sm.o unictype/categ_So.o unictype/categ_Z.o unictype/categ_Zl.o unictype/categ_Zp.o unictype/categ_Zs.o unictype/categ_and.o unictype/categ_and_not.o unictype/categ_byname.o unictype/categ_name.o unictype/categ_none.o unictype/categ_of.o unictype/categ_or.o unictype/categ_test.o unictype/combining.o unictype/ctype_alnum.o unictype/ctype_alpha.o unictype/ctype_blank.o unictype/ctype_cntrl.o unictype/ctype_digit.o unictype/ctype_graph.o unictype/ctype_lower.o unictype/ctype_print.o unictype/ctype_punct.o unictype/ctype_space.o unictype/ctype_upper.o unictype/ctype_xdigit.o unictype/decdigit.o unictype/digit.o unictype/mirror.o unictype/numeric.o unictype/pr_alphabetic.o unictype/pr_ascii_hex_digit.o unictype/pr_bidi_arabic_digit.o unictype/pr_bidi_arabic_right_to_left.o unictype/pr_bidi_block_separator.o unictype/pr_bidi_boundary_neutral.o unictype/pr_bidi_common_separator.o unictype/pr_bidi_control.o unictype/pr_bidi_embedding_or_override.o unictype/pr_bidi_eur_num_separator.o unictype/pr_bidi_eur_num_terminator.o unictype/pr_bidi_european_digit.o unictype/pr_bidi_hebrew_right_to_left.o unictype/pr_bidi_left_to_right.o unictype/pr_bidi_non_spacing_mark.o unictype/pr_bidi_other_neutral.o unictype/pr_bidi_pdf.o unictype/pr_bidi_segment_separator.o unictype/pr_bidi_whitespace.o unictype/pr_byname.o unictype/pr_combining.o unictype/pr_composite.o unictype/pr_currency_symbol.o unictype/pr_dash.o unictype/pr_decimal_digit.o unictype/pr_default_ignorable_code_point.o unictype/pr_deprecated.o unictype/pr_diacritic.o unictype/pr_extender.o unictype/pr_format_control.o unictype/pr_grapheme_base.o unictype/pr_grapheme_extend.o unictype/pr_grapheme_link.o unictype/pr_hex_digit.o unictype/pr_hyphen.o unictype/pr_id_continue.o unictype/pr_id_start.o unictype/pr_ideographic.o unictype/pr_ids_binary_operator.o unictype/pr_ids_trinary_operator.o unictype/pr_ignorable_control.o unictype/pr_iso_control.o unictype/pr_join_control.o unictype/pr_left_of_pair.o unictype/pr_line_separator.o unictype/pr_logical_order_exception.o unictype/pr_lowercase.o unictype/pr_math.o unictype/pr_non_break.o unictype/pr_not_a_character.o unictype/pr_numeric.o unictype/pr_other_alphabetic.o unictype/pr_other_default_ignorable_code_point.o unictype/pr_other_grapheme_extend.o unictype/pr_other_id_continue.o unictype/pr_other_id_start.o unictype/pr_other_lowercase.o unictype/pr_other_math.o unictype/pr_other_uppercase.o unictype/pr_paired_punctuation.o unictype/pr_paragraph_separator.o unictype/pr_pattern_syntax.o unictype/pr_pattern_white_space.o unictype/pr_private_use.o unictype/pr_punctuation.o unictype/pr_quotation_mark.o unictype/pr_radical.o unictype/pr_sentence_terminal.o unictype/pr_soft_dotted.o unictype/pr_space.o unictype/pr_terminal_punctuation.o unictype/pr_test.o unictype/pr_titlecase.o unictype/pr_unassigned_code_value.o unictype/pr_unified_ideograph.o unictype/pr_uppercase.o unictype/pr_variation_selector.o unictype/pr_white_space.o unictype/pr_xid_continue.o unictype/pr_xid_start.o unictype/pr_zero_width.o unictype/scripts.o unictype/sy_c_ident.o unictype/sy_c_whitespace.o unictype/sy_java_ident.o unictype/sy_java_whitespace.o unilbrk/lbrktables.o unilbrk/u16-possible-linebreaks.o unilbrk/u16-width-linebreaks.o unilbrk/u32-possible-linebreaks.o unilbrk/u32-width-linebreaks.o unilbrk/u8-possible-linebreaks.o unilbrk/u8-width-linebreaks.o unilbrk/ulc-common.o unilbrk/ulc-possible-linebreaks.o unilbrk/ulc-width-linebreaks.o uniname/uniname.o uninorm/canonical-decomposition.o uninorm/compat-decomposition.o uninorm/composition.o uninorm/decompose-internal.o uninorm/decomposing-form.o uninorm/decomposition.o uninorm/decomposition-table.o uninorm/uninorm-filter.o uninorm/nfc.o uninorm/nfd.o uninorm/nfkc.o uninorm/nfkd.o uninorm/u16-normalize.o uninorm/u16-normcmp.o uninorm/u16-normcoll.o uninorm/u16-normxfrm.o uninorm/u32-normalize.o uninorm/u32-normcmp.o uninorm/u32-normcoll.o uninorm/u32-normxfrm.o uninorm/u8-normalize.o uninorm/u8-normcmp.o uninorm/u8-normcoll.o uninorm/u8-normxfrm.o unistdio/u-printf-args.o unistdio/u16-asnprintf.o unistdio/u16-asprintf.o unistdio/u16-printf-parse.o unistdio/u16-snprintf.o unistdio/u16-sprintf.o unistdio/u16-u16-asnprintf.o unistdio/u16-u16-asprintf.o unistdio/u16-u16-snprintf.o unistdio/u16-u16-sprintf.o unistdio/u16-u16-vasnprintf.o unistdio/u16-u16-vasprintf.o unistdio/u16-u16-vsnprintf.o unistdio/u16-u16-vsprintf.o unistdio/u16-vasnprintf.o unistdio/u16-vasprintf.o unistdio/u16-vsnprintf.o unistdio/u16-vsprintf.o unistdio/u32-asnprintf.o unistdio/u32-asprintf.o unistdio/u32-printf-parse.o unistdio/u32-snprintf.o unistdio/u32-sprintf.o unistdio/u32-u32-asnprintf.o unistdio/u32-u32-asprintf.o unistdio/u32-u32-snprintf.o unistdio/u32-u32-sprintf.o unistdio/u32-u32-vasnprintf.o unistdio/u32-u32-vasprintf.o unistdio/u32-u32-vsnprintf.o unistdio/u32-u32-vsprintf.o unistdio/u32-vasnprintf.o unistdio/u32-vasprintf.o unistdio/u32-vsnprintf.o unistdio/u32-vsprintf.o unistdio/u8-asnprintf.o unistdio/u8-asprintf.o unistdio/u8-printf-parse.o unistdio/u8-snprintf.o unistdio/u8-sprintf.o unistdio/u8-u8-asnprintf.o unistdio/u8-u8-asprintf.o unistdio/u8-u8-snprintf.o unistdio/u8-u8-sprintf.o unistdio/u8-u8-vasnprintf.o unistdio/u8-u8-vasprintf.o unistdio/u8-u8-vsnprintf.o unistdio/u8-u8-vsprintf.o unistdio/u8-vasnprintf.o unistdio/u8-vasprintf.o unistdio/u8-vsnprintf.o unistdio/u8-vsprintf.o unistdio/ulc-asnprintf.o unistdio/ulc-asprintf.o unistdio/ulc-fprintf.o unistdio/ulc-printf-parse.o unistdio/ulc-snprintf.o unistdio/ulc-sprintf.o unistdio/ulc-vasnprintf.o unistdio/ulc-vasprintf.o unistdio/ulc-vfprintf.o unistdio/ulc-vsnprintf.o unistdio/ulc-vsprintf.o unistr/u16-check.o unistr/u16-chr.o unistr/u16-cmp.o unistr/u16-cmp2.o unistr/u16-cpy.o unistr/u16-cpy-alloc.o unistr/u16-endswith.o unistr/u16-mblen.o unistr/u16-mbsnlen.o unistr/u16-mbtouc.o unistr/u16-mbtouc-aux.o unistr/u16-mbtouc-unsafe.o unistr/u16-mbtouc-unsafe-aux.o unistr/u16-mbtoucr.o unistr/u16-move.o unistr/u16-next.o unistr/u16-prev.o unistr/u16-set.o unistr/u16-startswith.o unistr/u16-stpcpy.o unistr/u16-stpncpy.o unistr/u16-strcat.o unistr/u16-strchr.o unistr/u16-strcmp.o unistr/u16-strcoll.o unistr/u16-strcpy.o unistr/u16-strcspn.o unistr/u16-strdup.o unistr/u16-strlen.o unistr/u16-strmblen.o unistr/u16-strmbtouc.o unistr/u16-strncat.o unistr/u16-strncmp.o unistr/u16-strncpy.o unistr/u16-strnlen.o unistr/u16-strpbrk.o unistr/u16-strrchr.o unistr/u16-strspn.o unistr/u16-strstr.o unistr/u16-strtok.o unistr/u16-to-u32.o unistr/u16-to-u8.o unistr/u16-uctomb.o unistr/u16-uctomb-aux.o unistr/u32-check.o unistr/u32-chr.o unistr/u32-cmp.o unistr/u32-cmp2.o unistr/u32-cpy.o unistr/u32-cpy-alloc.o unistr/u32-endswith.o unistr/u32-mblen.o unistr/u32-mbsnlen.o unistr/u32-mbtouc.o unistr/u32-mbtouc-unsafe.o unistr/u32-mbtoucr.o unistr/u32-move.o unistr/u32-next.o unistr/u32-prev.o unistr/u32-set.o unistr/u32-startswith.o unistr/u32-stpcpy.o unistr/u32-stpncpy.o unistr/u32-strcat.o unistr/u32-strchr.o unistr/u32-strcmp.o unistr/u32-strcoll.o unistr/u32-strcpy.o unistr/u32-strcspn.o unistr/u32-strdup.o unistr/u32-strlen.o unistr/u32-strmblen.o unistr/u32-strmbtouc.o unistr/u32-strncat.o unistr/u32-strncmp.o unistr/u32-strncpy.o unistr/u32-strnlen.o unistr/u32-strpbrk.o unistr/u32-strrchr.o unistr/u32-strspn.o unistr/u32-strstr.o unistr/u32-strtok.o unistr/u32-to-u16.o unistr/u32-to-u8.o unistr/u32-uctomb.o unistr/u8-check.o unistr/u8-chr.o unistr/u8-cmp.o unistr/u8-cmp2.o unistr/u8-cpy.o unistr/u8-cpy-alloc.o unistr/u8-endswith.o unistr/u8-mblen.o unistr/u8-mbsnlen.o unistr/u8-mbtouc.o unistr/u8-mbtouc-aux.o unistr/u8-mbtouc-unsafe.o unistr/u8-mbtouc-unsafe-aux.o unistr/u8-mbtoucr.o unistr/u8-move.o unistr/u8-next.o unistr/u8-prev.o unistr/u8-set.o unistr/u8-startswith.o unistr/u8-stpcpy.o unistr/u8-stpncpy.o unistr/u8-strcat.o unistr/u8-strchr.o unistr/u8-strcmp.o unistr/u8-strcoll.o unistr/u8-strcpy.o unistr/u8-strcspn.o unistr/u8-strdup.o unistr/u8-strlen.o unistr/u8-strmblen.o unistr/u8-strmbtouc.o unistr/u8-strncat.o unistr/u8-strncmp.o unistr/u8-strncpy.o unistr/u8-strnlen.o unistr/u8-strpbrk.o unistr/u8-strrchr.o unistr/u8-strspn.o unistr/u8-strstr.o unistr/u8-strtok.o unistr/u8-to-u16.o unistr/u8-to-u32.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwbrk/wbrktable.o uniwbrk/u16-wordbreaks.o uniwbrk/u32-wordbreaks.o uniwbrk/u8-wordbreaks.o uniwbrk/ulc-wordbreaks.o uniwbrk/wordbreak-property.o uniwidth/u16-strwidth.o uniwidth/u16-width.o uniwidth/u32-strwidth.o uniwidth/u32-width.o uniwidth/u8-strwidth.o uniwidth/u8-width.o uniwidth/width.o version.o isnanf.o isnanl.o libtool: link: ranlib .libs/libunistring.a libtool: link: ( cd ".libs" && rm -f "libunistring.la" && ln -s "../libunistring.la" "libunistring.la" ) rm -f t-charset.alias charset.alias && \ /bin/bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \ mv t-charset.alias charset.alias rm -f t-ref-add.sed ref-add.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/libunistring/g' ref-add.sin > t-ref-add.sed && \ mv t-ref-add.sed ref-add.sed rm -f t-ref-del.sed ref-del.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/libunistring/g' ref-del.sin > t-ref-del.sed && \ mv t-ref-del.sed ref-del.sed make[4]: Leaving directory `/«PKGBUILDDIR»/lib' make[3]: Leaving directory `/«PKGBUILDDIR»/lib' Making all in tests make[3]: Entering directory `/«PKGBUILDDIR»/tests' rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's|@''GNULIB_DUPLOCALE''@|0|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h rm -f unused-parameter.h-t unused-parameter.h && \ sed -n -e '/GL_UNUSED_PARAMETER/,$p' \ < ../build-aux/unused-parameter.h \ > unused-parameter.h-t && \ mv unused-parameter.h-t unused-parameter.h /usr/bin/make all-recursive make[4]: Entering directory `/«PKGBUILDDIR»/tests' Making all in . make[5]: Entering directory `/«PKGBUILDDIR»/tests' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tests' make[4]: Leaving directory `/«PKGBUILDDIR»/tests' make[3]: Leaving directory `/«PKGBUILDDIR»/tests' make[3]: Entering directory `/«PKGBUILDDIR»' make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' touch debian/stamp-makefile-build /usr/bin/make -C . check make[1]: Entering directory `/«PKGBUILDDIR»' Making check in doc make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making check in gnulib-local make[2]: Entering directory `/«PKGBUILDDIR»/gnulib-local' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/gnulib-local' Making check in lib make[2]: Entering directory `/«PKGBUILDDIR»/lib' /usr/bin/make check-am make[3]: Entering directory `/«PKGBUILDDIR»/lib' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/lib' make[2]: Leaving directory `/«PKGBUILDDIR»/lib' Making check in tests make[2]: Entering directory `/«PKGBUILDDIR»/tests' /usr/bin/make check-recursive make[3]: Entering directory `/«PKGBUILDDIR»/tests' Making check in . make[4]: Entering directory `/«PKGBUILDDIR»/tests' /usr/bin/make libtests.a test-alloca-opt test-array-mergesort test-c-ctype test-c-strcasecmp test-c-strncasecmp test-environ test-errno test-frexpl-nolibm test-fseterr test-iconv-h test-iconv test-isnand-nolibm test-isnanf-nolibm test-isnanl-nolibm test-locale test-localename test-lock test-malloca test-math test-mbrtowc test-mbsinit test-memchr test-printf-frexp test-printf-frexpl test-setenv test-signbit test-stdbool test-stddef test-stdint test-stdlib test-strerror test-striconveh test-striconveha test-string test-strncat test-cased test-ignorable test-locale-language test-uc_tolower test-uc_totitle test-uc_toupper test-u16-casecmp test-u16-casecoll test-u16-casefold test-u16-is-cased test-u16-is-casefolded test-u16-is-lowercase test-u16-is-titlecase test-u16-is-uppercase test-u16-tolower test-u16-totitle test-u16-toupper test-u32-casecmp test-u32-casecoll test-u32-casefold test-u32-is-cased test-u32-is-casefolded test-u32-is-lowercase test-u32-is-titlecase test-u32-is-uppercase test-u32-tolower test-u32-totitle test-u32-toupper test-u8-casecmp test-u8-casecoll test-u8-casefold test-u8-is-cased test-u8-is-casefolded test-u8-is-lowercase test-u8-is-titlecase test-u8-is-uppercase test-u8-tolower test-u8-totitle test-u8-toupper test-ulc-casecmp test-ulc-casecoll test-u16-conv-from-enc test-u16-conv-to-enc test-u16-strconv-from-enc test-u16-strconv-to-enc test-u32-conv-from-enc test-u32-conv-to-enc test-u32-strconv-from-enc test-u32-strconv-to-enc test-u8-conv-from-enc test-u8-conv-to-enc test-u8-strconv-from-enc test-u8-strconv-to-enc test-bidi_byname test-bidi_name test-bidi_of test-bidi_test test-block_list test-block_of test-block_test test-categ_C test-categ_Cc test-categ_Cf test-categ_Cn test-categ_Co test-categ_Cs test-categ_L test-categ_Ll test-categ_Lm test-categ_Lo test-categ_Lt test-categ_Lu test-categ_M test-categ_Mc test-categ_Me test-categ_Mn test-categ_N test-categ_Nd test-categ_Nl test-categ_No test-categ_P test-categ_Pc test-categ_Pd test-categ_Pe test-categ_Pf test-categ_Pi test-categ_Po test-categ_Ps test-categ_S test-categ_Sc test-categ_Sk test-categ_Sm test-categ_So test-categ_Z test-categ_Zl test-categ_Zp test-categ_Zs test-categ_and_not test-categ_and test-categ_byname test-categ_name test-categ_none test-categ_of test-categ_or test-categ_test_withtable test-combining test-ctype_alnum test-ctype_alpha test-ctype_blank test-ctype_cntrl test-ctype_digit test-ctype_graph test-ctype_lower test-ctype_print test-ctype_punct test-ctype_space test-ctype_upper test-ctype_xdigit test-decdigit test-digit test-mirror test-numeric test-pr_alphabetic test-pr_ascii_hex_digit test-pr_bidi_arabic_digit test-pr_bidi_arabic_right_to_left test-pr_bidi_block_separator test-pr_bidi_boundary_neutral test-pr_bidi_common_separator test-pr_bidi_control test-pr_bidi_embedding_or_override test-pr_bidi_eur_num_separator test-pr_bidi_eur_num_terminator test-pr_bidi_european_digit test-pr_bidi_hebrew_right_to_left test-pr_bidi_left_to_right test-pr_bidi_non_spacing_mark test-pr_bidi_other_neutral test-pr_bidi_pdf test-pr_bidi_segment_separator test-pr_bidi_whitespace test-pr_byname test-pr_combining test-pr_composite test-pr_currency_symbol test-pr_dash test-pr_decimal_digit test-pr_default_ignorable_code_point test-pr_deprecated test-pr_diacritic test-pr_extender test-pr_format_control test-pr_grapheme_base test-pr_grapheme_extend test-pr_grapheme_link test-pr_hex_digit test-pr_hyphen test-pr_id_continue test-pr_id_start test-pr_ideographic test-pr_ids_binary_operator test-pr_ids_trinary_operator test-pr_ignorable_control test-pr_iso_control test-pr_join_control test-pr_left_of_pair test-pr_line_separator test-pr_logical_order_exception test-pr_lowercase test-pr_math test-pr_non_break test-pr_not_a_character test-pr_numeric test-pr_other_alphabetic test-pr_other_default_ignorable_code_point test-pr_other_grapheme_extend test-pr_other_id_continue test-pr_other_id_start test-pr_other_lowercase test-pr_other_math test-pr_other_uppercase test-pr_paired_punctuation test-pr_paragraph_separator test-pr_pattern_syntax test-pr_pattern_white_space test-pr_private_use test-pr_punctuation test-pr_quotation_mark test-pr_radical test-pr_sentence_terminal test-pr_soft_dotted test-pr_space test-pr_terminal_punctuation test-pr_test test-pr_titlecase test-pr_unassigned_code_value test-pr_unified_ideograph test-pr_uppercase test-pr_variation_selector test-pr_white_space test-pr_xid_continue test-pr_xid_start test-pr_zero_width test-scripts test-sy_c_ident test-sy_c_whitespace test-sy_java_ident test-sy_java_whitespace test-u16-possible-linebreaks test-u16-width-linebreaks test-u32-possible-linebreaks test-u32-width-linebreaks test-u8-possible-linebreaks test-u8-width-linebreaks test-ulc-possible-linebreaks test-ulc-width-linebreaks test-uninames test-canonical-decomposition test-compat-decomposition test-composition test-decomposing-form test-decomposition test-uninorm-filter-nfc test-nfc test-u32-nfc-big test-nfd test-u32-nfd-big test-nfkc test-u32-nfkc-big test-nfkd test-u32-nfkd-big test-u16-normcmp test-u16-normcoll test-u32-normcmp test-u32-normcoll test-u8-normcmp test-u8-normcoll test-unistd test-u16-asnprintf1 test-u16-vasnprintf1 test-u16-vasnprintf2 test-u16-vasnprintf3 test-u16-vasprintf1 test-u16-vsnprintf1 test-u16-vsprintf1 test-u32-asnprintf1 test-u32-vasnprintf1 test-u32-vasnprintf2 test-u32-vasnprintf3 test-u32-vasprintf1 test-u32-vsnprintf1 test-u32-vsprintf1 test-u8-asnprintf1 test-u8-vasnprintf1 test-u8-vasnprintf2 test-u8-vasnprintf3 test-u8-vasprintf1 test-u8-vsnprintf1 test-u8-vsprintf1 test-ulc-asnprintf1 test-ulc-vasnprintf1 test-ulc-vasnprintf2 test-ulc-vasnprintf3 test-ulc-vasprintf1 test-ulc-vsnprintf1 test-ulc-vsprintf1 test-u16-check test-u16-chr test-u16-cmp test-u16-cmp2 test-u16-cpy-alloc test-u16-cpy test-u16-mblen test-u16-mbsnlen test-u16-mbtouc test-u16-mbtouc-unsafe test-u16-mbtoucr test-u16-move test-u16-next test-u16-prev test-u16-set test-u16-stpcpy test-u16-stpncpy test-u16-strcat test-u16-strcmp test-u16-strcoll test-u16-strcpy test-u16-strdup test-u16-strlen test-u16-strmblen test-u16-strmbtouc test-u16-strncat test-u16-strncmp test-u16-strncpy test-u16-strnlen test-u16-to-u32 test-u16-to-u8 test-u16-uctomb test-u32-check test-u32-chr test-u32-cmp test-u32-cmp2 test-u32-cpy-alloc test-u32-cpy test-u32-mblen test-u32-mbsnlen test-u32-mbtouc test-u32-mbtouc-unsafe test-u32-mbtoucr test-u32-move test-u32-next test-u32-prev test-u32-set test-u32-stpcpy test-u32-stpncpy test-u32-strcat test-u32-strcmp test-u32-strcoll test-u32-strcpy test-u32-strdup test-u32-strlen test-u32-strmblen test-u32-strmbtouc test-u32-strncat test-u32-strncmp test-u32-strncpy test-u32-strnlen test-u32-to-u16 test-u32-to-u8 test-u32-uctomb test-u8-check test-u8-chr test-u8-cmp test-u8-cmp2 test-u8-cpy-alloc test-u8-cpy test-u8-mblen test-u8-mbsnlen test-u8-mbtouc test-u8-mbtouc-unsafe test-u8-mbtoucr test-u8-move test-u8-next test-u8-prev test-u8-set test-u8-stpcpy test-u8-stpncpy test-u8-strcat test-u8-strcmp test-u8-strcoll test-u8-strcpy test-u8-strdup test-u8-strlen test-u8-strmblen test-u8-strmbtouc test-u8-strncat test-u8-strncmp test-u8-strncpy test-u8-strnlen test-u8-to-u16 test-u8-to-u32 test-u8-uctomb test-u16-wordbreaks test-u32-wordbreaks test-u8-wordbreaks test-ulc-wordbreaks test-u16-strwidth test-u16-width test-u32-strwidth test-u32-width test-u8-strwidth test-u8-width test-uc_width test-uc_width2 test-unsetenv test-wchar test-wctype test-wcwidth test-xalloc-die make[5]: Entering directory `/«PKGBUILDDIR»/tests' \ # source='exitfail.c' object='exitfail.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o exitfail.o exitfail.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='progname.c' object='progname.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o progname.o progname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='glthread/thread.c' object='glthread/thread.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o glthread/thread.o glthread/thread.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from glthread/thread.c:25: ./glthread/thread.h:115:16: warning: weak identifier 'pthread_sigmask' never declared # pragma weak pthread_sigmask ^ 1 warning generated. \ # source='xalloc-die.c' object='xalloc-die.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o xalloc-die.o xalloc-die.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='xmalloc.c' object='xmalloc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o xmalloc.o xmalloc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' rm -f libtests.a ar cru libtests.a exitfail.o progname.o glthread/thread.o xalloc-die.o xmalloc.o ranlib libtests.a \ # source='test-alloca-opt.c' object='test-alloca-opt.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-alloca-opt.o test-alloca-opt.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-alloca-opt test-alloca-opt.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-alloca-opt test-alloca-opt.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-array-mergesort.c' object='test-array-mergesort.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-array-mergesort.o test-array-mergesort.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-array-mergesort test-array-mergesort.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-array-mergesort test-array-mergesort.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-c-ctype.c' object='test-c-ctype.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-c-ctype.o test-c-ctype.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-c-ctype test-c-ctype.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-c-ctype test-c-ctype.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-c-strcasecmp.c' object='test-c-strcasecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-c-strcasecmp.o test-c-strcasecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-c-strcasecmp test-c-strcasecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-c-strcasecmp test-c-strcasecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-c-strncasecmp.c' object='test-c-strncasecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-c-strncasecmp.o test-c-strncasecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-c-strncasecmp test-c-strncasecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-c-strncasecmp test-c-strncasecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-environ.c' object='test-environ.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-environ.o test-environ.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-environ test-environ.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-environ test-environ.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-errno.c' object='test-errno.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-errno.o test-errno.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-errno test-errno.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-errno test-errno.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-frexpl.c' object='test-frexpl.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-frexpl.o test-frexpl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-frexpl-nolibm test-frexpl.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-frexpl-nolibm test-frexpl.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-fseterr.c' object='test-fseterr.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-fseterr.o test-fseterr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-fseterr test-fseterr.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-fseterr test-fseterr.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-iconv-h.c' object='test-iconv-h.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-iconv-h.o test-iconv-h.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-iconv-h test-iconv-h.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-iconv-h test-iconv-h.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-iconv.c' object='test-iconv.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-iconv.o test-iconv.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-iconv test-iconv.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-iconv test-iconv.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-isnand-nolibm.c' object='test-isnand-nolibm.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-isnand-nolibm.o test-isnand-nolibm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-isnand-nolibm test-isnand-nolibm.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-isnand-nolibm test-isnand-nolibm.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-isnanf-nolibm.c' object='test-isnanf-nolibm.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-isnanf-nolibm.o test-isnanf-nolibm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-isnanf-nolibm test-isnanf-nolibm.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-isnanf-nolibm test-isnanf-nolibm.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-isnanl-nolibm.c' object='test-isnanl-nolibm.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-isnanl-nolibm.o test-isnanl-nolibm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-isnanl-nolibm test-isnanl-nolibm.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-isnanl-nolibm test-isnanl-nolibm.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-locale.c' object='test-locale.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-locale.o test-locale.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-locale test-locale.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-locale test-locale.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-localename.c' object='test-localename.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-localename.o test-localename.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-localename test-localename.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-localename test-localename.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-lock.c' object='test-lock.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-lock.o test-lock.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test-lock.c:91: ./glthread/thread.h:115:16: warning: weak identifier 'pthread_sigmask' never declared # pragma weak pthread_sigmask ^ 1 warning generated. /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-lock test-lock.o libtests.a ../lib/libunistring.la libtests.a -lpthread -lrt libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-lock test-lock.o libtests.a ../lib/.libs/libunistring.so libtests.a -lpthread -lrt clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-malloca.c' object='test-malloca.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-malloca.o test-malloca.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-malloca test-malloca.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-malloca test-malloca.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-math.c' object='test-math.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-math.o test-math.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-math test-math.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-math test-math.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-mbrtowc.c' object='test-mbrtowc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-mbrtowc.o test-mbrtowc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-mbrtowc test-mbrtowc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-mbrtowc test-mbrtowc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-mbsinit.c' object='test-mbsinit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-mbsinit.o test-mbsinit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-mbsinit test-mbsinit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-mbsinit test-mbsinit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-memchr.c' object='test-memchr.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-memchr.o test-memchr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-memchr test-memchr.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-memchr test-memchr.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-printf-frexp.c' object='test-printf-frexp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-printf-frexp.o test-printf-frexp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-printf-frexp test-printf-frexp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-printf-frexp test-printf-frexp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-printf-frexpl.c' object='test-printf-frexpl.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-printf-frexpl.o test-printf-frexpl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-printf-frexpl test-printf-frexpl.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-printf-frexpl test-printf-frexpl.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-setenv.c' object='test-setenv.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-setenv.o test-setenv.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-setenv test-setenv.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-setenv test-setenv.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-signbit.c' object='test-signbit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-signbit.o test-signbit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-signbit test-signbit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-signbit test-signbit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-stdbool.c' object='test-stdbool.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-stdbool.o test-stdbool.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-stdbool test-stdbool.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-stdbool test-stdbool.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-stddef.c' object='test-stddef.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-stddef.o test-stddef.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-stddef test-stddef.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-stddef test-stddef.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-stdint.c' object='test-stdint.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-stdint.o test-stdint.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-stdint test-stdint.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-stdint test-stdint.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-stdlib.c' object='test-stdlib.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-stdlib.o test-stdlib.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-stdlib test-stdlib.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-stdlib test-stdlib.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-strerror.c' object='test-strerror.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-strerror.o test-strerror.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-strerror test-strerror.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-strerror test-strerror.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-striconveh.c' object='test-striconveh.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-striconveh.o test-striconveh.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-striconveh test-striconveh.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-striconveh test-striconveh.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-striconveha.c' object='test-striconveha.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-striconveha.o test-striconveha.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-striconveha test-striconveha.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-striconveha test-striconveha.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-string.c' object='test-string.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-string.o test-string.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-string test-string.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-string test-string.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-strncat.c' object='test-strncat.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-strncat.o test-strncat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-strncat test-strncat.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-strncat test-strncat.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-cased.c' object='unicase/test-cased.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-cased.o unicase/test-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-cased unicase/test-cased.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-cased unicase/test-cased.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-ignorable.c' object='unicase/test-ignorable.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-ignorable.o unicase/test-ignorable.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ignorable unicase/test-ignorable.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ignorable unicase/test-ignorable.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-locale-language.c' object='unicase/test-locale-language.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-locale-language.o unicase/test-locale-language.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-locale-language unicase/test-locale-language.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-locale-language unicase/test-locale-language.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-uc_tolower.c' object='unicase/test-uc_tolower.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-uc_tolower.o unicase/test-uc_tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-uc_tolower unicase/test-uc_tolower.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-uc_tolower unicase/test-uc_tolower.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-uc_totitle.c' object='unicase/test-uc_totitle.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-uc_totitle.o unicase/test-uc_totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-uc_totitle unicase/test-uc_totitle.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-uc_totitle unicase/test-uc_totitle.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-uc_toupper.c' object='unicase/test-uc_toupper.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-uc_toupper.o unicase/test-uc_toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-uc_toupper unicase/test-uc_toupper.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-uc_toupper unicase/test-uc_toupper.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-casecmp.c' object='unicase/test-u16-casecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-casecmp.o unicase/test-u16-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-casecmp unicase/test-u16-casecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-casecmp unicase/test-u16-casecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-casecoll.c' object='unicase/test-u16-casecoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-casecoll.o unicase/test-u16-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-casecoll unicase/test-u16-casecoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-casecoll unicase/test-u16-casecoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-casefold.c' object='unicase/test-u16-casefold.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-casefold.o unicase/test-u16-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-casefold unicase/test-u16-casefold.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-casefold unicase/test-u16-casefold.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-is-cased.c' object='unicase/test-u16-is-cased.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-is-cased.o unicase/test-u16-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-is-cased unicase/test-u16-is-cased.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-is-cased unicase/test-u16-is-cased.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-is-casefolded.c' object='unicase/test-u16-is-casefolded.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-is-casefolded.o unicase/test-u16-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-is-casefolded unicase/test-u16-is-casefolded.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-is-casefolded unicase/test-u16-is-casefolded.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-is-lowercase.c' object='unicase/test-u16-is-lowercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-is-lowercase.o unicase/test-u16-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-is-lowercase unicase/test-u16-is-lowercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-is-lowercase unicase/test-u16-is-lowercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-is-titlecase.c' object='unicase/test-u16-is-titlecase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-is-titlecase.o unicase/test-u16-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-is-titlecase unicase/test-u16-is-titlecase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-is-titlecase unicase/test-u16-is-titlecase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-is-uppercase.c' object='unicase/test-u16-is-uppercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-is-uppercase.o unicase/test-u16-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-is-uppercase unicase/test-u16-is-uppercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-is-uppercase unicase/test-u16-is-uppercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-tolower.c' object='unicase/test-u16-tolower.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-tolower.o unicase/test-u16-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-tolower unicase/test-u16-tolower.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-tolower unicase/test-u16-tolower.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-totitle.c' object='unicase/test-u16-totitle.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-totitle.o unicase/test-u16-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-totitle unicase/test-u16-totitle.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-totitle unicase/test-u16-totitle.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u16-toupper.c' object='unicase/test-u16-toupper.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u16-toupper.o unicase/test-u16-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-toupper unicase/test-u16-toupper.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-toupper unicase/test-u16-toupper.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-casecmp.c' object='unicase/test-u32-casecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-casecmp.o unicase/test-u32-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-casecmp unicase/test-u32-casecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-casecmp unicase/test-u32-casecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-casecoll.c' object='unicase/test-u32-casecoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-casecoll.o unicase/test-u32-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-casecoll unicase/test-u32-casecoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-casecoll unicase/test-u32-casecoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-casefold.c' object='unicase/test-u32-casefold.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-casefold.o unicase/test-u32-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-casefold unicase/test-u32-casefold.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-casefold unicase/test-u32-casefold.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-is-cased.c' object='unicase/test-u32-is-cased.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-is-cased.o unicase/test-u32-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-is-cased unicase/test-u32-is-cased.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-is-cased unicase/test-u32-is-cased.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-is-casefolded.c' object='unicase/test-u32-is-casefolded.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-is-casefolded.o unicase/test-u32-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-is-casefolded unicase/test-u32-is-casefolded.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-is-casefolded unicase/test-u32-is-casefolded.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-is-lowercase.c' object='unicase/test-u32-is-lowercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-is-lowercase.o unicase/test-u32-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-is-lowercase unicase/test-u32-is-lowercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-is-lowercase unicase/test-u32-is-lowercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-is-titlecase.c' object='unicase/test-u32-is-titlecase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-is-titlecase.o unicase/test-u32-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-is-titlecase unicase/test-u32-is-titlecase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-is-titlecase unicase/test-u32-is-titlecase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-is-uppercase.c' object='unicase/test-u32-is-uppercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-is-uppercase.o unicase/test-u32-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-is-uppercase unicase/test-u32-is-uppercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-is-uppercase unicase/test-u32-is-uppercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-tolower.c' object='unicase/test-u32-tolower.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-tolower.o unicase/test-u32-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-tolower unicase/test-u32-tolower.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-tolower unicase/test-u32-tolower.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-totitle.c' object='unicase/test-u32-totitle.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-totitle.o unicase/test-u32-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-totitle unicase/test-u32-totitle.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-totitle unicase/test-u32-totitle.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u32-toupper.c' object='unicase/test-u32-toupper.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u32-toupper.o unicase/test-u32-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-toupper unicase/test-u32-toupper.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-toupper unicase/test-u32-toupper.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-casecmp.c' object='unicase/test-u8-casecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-casecmp.o unicase/test-u8-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-casecmp unicase/test-u8-casecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-casecmp unicase/test-u8-casecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-casecoll.c' object='unicase/test-u8-casecoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-casecoll.o unicase/test-u8-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-casecoll unicase/test-u8-casecoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-casecoll unicase/test-u8-casecoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-casefold.c' object='unicase/test-u8-casefold.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-casefold.o unicase/test-u8-casefold.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-casefold unicase/test-u8-casefold.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-casefold unicase/test-u8-casefold.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-is-cased.c' object='unicase/test-u8-is-cased.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-is-cased.o unicase/test-u8-is-cased.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-is-cased unicase/test-u8-is-cased.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-is-cased unicase/test-u8-is-cased.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-is-casefolded.c' object='unicase/test-u8-is-casefolded.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-is-casefolded.o unicase/test-u8-is-casefolded.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-is-casefolded unicase/test-u8-is-casefolded.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-is-casefolded unicase/test-u8-is-casefolded.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-is-lowercase.c' object='unicase/test-u8-is-lowercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-is-lowercase.o unicase/test-u8-is-lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-is-lowercase unicase/test-u8-is-lowercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-is-lowercase unicase/test-u8-is-lowercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-is-titlecase.c' object='unicase/test-u8-is-titlecase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-is-titlecase.o unicase/test-u8-is-titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-is-titlecase unicase/test-u8-is-titlecase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-is-titlecase unicase/test-u8-is-titlecase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-is-uppercase.c' object='unicase/test-u8-is-uppercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-is-uppercase.o unicase/test-u8-is-uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-is-uppercase unicase/test-u8-is-uppercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-is-uppercase unicase/test-u8-is-uppercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-tolower.c' object='unicase/test-u8-tolower.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-tolower.o unicase/test-u8-tolower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-tolower unicase/test-u8-tolower.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-tolower unicase/test-u8-tolower.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-totitle.c' object='unicase/test-u8-totitle.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-totitle.o unicase/test-u8-totitle.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-totitle unicase/test-u8-totitle.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-totitle unicase/test-u8-totitle.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-u8-toupper.c' object='unicase/test-u8-toupper.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-u8-toupper.o unicase/test-u8-toupper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-toupper unicase/test-u8-toupper.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-toupper unicase/test-u8-toupper.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-ulc-casecmp.c' object='unicase/test-ulc-casecmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-ulc-casecmp.o unicase/test-ulc-casecmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-casecmp unicase/test-ulc-casecmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-casecmp unicase/test-ulc-casecmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unicase/test-ulc-casecoll.c' object='unicase/test-ulc-casecoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unicase/test-ulc-casecoll.o unicase/test-ulc-casecoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-casecoll unicase/test-ulc-casecoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-casecoll unicase/test-ulc-casecoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u16-conv-from-enc.c' object='uniconv/test-u16-conv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u16-conv-from-enc.o uniconv/test-u16-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-conv-from-enc uniconv/test-u16-conv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-conv-from-enc uniconv/test-u16-conv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u16-conv-to-enc.c' object='uniconv/test-u16-conv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u16-conv-to-enc.o uniconv/test-u16-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-conv-to-enc uniconv/test-u16-conv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-conv-to-enc uniconv/test-u16-conv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u16-strconv-from-enc.c' object='uniconv/test-u16-strconv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u16-strconv-from-enc.o uniconv/test-u16-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strconv-from-enc uniconv/test-u16-strconv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strconv-from-enc uniconv/test-u16-strconv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u16-strconv-to-enc.c' object='uniconv/test-u16-strconv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u16-strconv-to-enc.o uniconv/test-u16-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strconv-to-enc uniconv/test-u16-strconv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strconv-to-enc uniconv/test-u16-strconv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u32-conv-from-enc.c' object='uniconv/test-u32-conv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u32-conv-from-enc.o uniconv/test-u32-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-conv-from-enc uniconv/test-u32-conv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-conv-from-enc uniconv/test-u32-conv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u32-conv-to-enc.c' object='uniconv/test-u32-conv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u32-conv-to-enc.o uniconv/test-u32-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-conv-to-enc uniconv/test-u32-conv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-conv-to-enc uniconv/test-u32-conv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u32-strconv-from-enc.c' object='uniconv/test-u32-strconv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u32-strconv-from-enc.o uniconv/test-u32-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-strconv-from-enc uniconv/test-u32-strconv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-strconv-from-enc uniconv/test-u32-strconv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u32-strconv-to-enc.c' object='uniconv/test-u32-strconv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u32-strconv-to-enc.o uniconv/test-u32-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-strconv-to-enc uniconv/test-u32-strconv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-strconv-to-enc uniconv/test-u32-strconv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u8-conv-from-enc.c' object='uniconv/test-u8-conv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u8-conv-from-enc.o uniconv/test-u8-conv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-conv-from-enc uniconv/test-u8-conv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-conv-from-enc uniconv/test-u8-conv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u8-conv-to-enc.c' object='uniconv/test-u8-conv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u8-conv-to-enc.o uniconv/test-u8-conv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-conv-to-enc uniconv/test-u8-conv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-conv-to-enc uniconv/test-u8-conv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u8-strconv-from-enc.c' object='uniconv/test-u8-strconv-from-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u8-strconv-from-enc.o uniconv/test-u8-strconv-from-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-strconv-from-enc uniconv/test-u8-strconv-from-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-strconv-from-enc uniconv/test-u8-strconv-from-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniconv/test-u8-strconv-to-enc.c' object='uniconv/test-u8-strconv-to-enc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniconv/test-u8-strconv-to-enc.o uniconv/test-u8-strconv-to-enc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-strconv-to-enc uniconv/test-u8-strconv-to-enc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-strconv-to-enc uniconv/test-u8-strconv-to-enc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-bidi_byname.c' object='unictype/test-bidi_byname.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-bidi_byname.o unictype/test-bidi_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-bidi_byname unictype/test-bidi_byname.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-bidi_byname unictype/test-bidi_byname.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-bidi_name.c' object='unictype/test-bidi_name.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-bidi_name.o unictype/test-bidi_name.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-bidi_name unictype/test-bidi_name.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-bidi_name unictype/test-bidi_name.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-bidi_of.c' object='unictype/test-bidi_of.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-bidi_of.o unictype/test-bidi_of.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-bidi_of unictype/test-bidi_of.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-bidi_of unictype/test-bidi_of.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-bidi_test.c' object='unictype/test-bidi_test.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-bidi_test.o unictype/test-bidi_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-bidi_test unictype/test-bidi_test.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-bidi_test unictype/test-bidi_test.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-block_list.c' object='unictype/test-block_list.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-block_list.o unictype/test-block_list.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-block_list unictype/test-block_list.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-block_list unictype/test-block_list.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-block_of.c' object='unictype/test-block_of.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-block_of.o unictype/test-block_of.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-block_of unictype/test-block_of.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-block_of unictype/test-block_of.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-block_test.c' object='unictype/test-block_test.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-block_test.o unictype/test-block_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-block_test unictype/test-block_test.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-block_test unictype/test-block_test.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_C.c' object='unictype/test-categ_C.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_C.o unictype/test-categ_C.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_C unictype/test-categ_C.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_C unictype/test-categ_C.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Cc.c' object='unictype/test-categ_Cc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Cc.o unictype/test-categ_Cc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Cc unictype/test-categ_Cc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Cc unictype/test-categ_Cc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Cf.c' object='unictype/test-categ_Cf.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Cf.o unictype/test-categ_Cf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Cf unictype/test-categ_Cf.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Cf unictype/test-categ_Cf.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Cn.c' object='unictype/test-categ_Cn.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Cn.o unictype/test-categ_Cn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Cn unictype/test-categ_Cn.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Cn unictype/test-categ_Cn.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Co.c' object='unictype/test-categ_Co.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Co.o unictype/test-categ_Co.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Co unictype/test-categ_Co.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Co unictype/test-categ_Co.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Cs.c' object='unictype/test-categ_Cs.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Cs.o unictype/test-categ_Cs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Cs unictype/test-categ_Cs.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Cs unictype/test-categ_Cs.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_L.c' object='unictype/test-categ_L.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_L.o unictype/test-categ_L.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_L unictype/test-categ_L.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_L unictype/test-categ_L.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Ll.c' object='unictype/test-categ_Ll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Ll.o unictype/test-categ_Ll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Ll unictype/test-categ_Ll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Ll unictype/test-categ_Ll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Lm.c' object='unictype/test-categ_Lm.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Lm.o unictype/test-categ_Lm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Lm unictype/test-categ_Lm.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Lm unictype/test-categ_Lm.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Lo.c' object='unictype/test-categ_Lo.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Lo.o unictype/test-categ_Lo.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Lo unictype/test-categ_Lo.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Lo unictype/test-categ_Lo.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Lt.c' object='unictype/test-categ_Lt.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Lt.o unictype/test-categ_Lt.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Lt unictype/test-categ_Lt.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Lt unictype/test-categ_Lt.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Lu.c' object='unictype/test-categ_Lu.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Lu.o unictype/test-categ_Lu.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Lu unictype/test-categ_Lu.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Lu unictype/test-categ_Lu.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_M.c' object='unictype/test-categ_M.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_M.o unictype/test-categ_M.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_M unictype/test-categ_M.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_M unictype/test-categ_M.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Mc.c' object='unictype/test-categ_Mc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Mc.o unictype/test-categ_Mc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Mc unictype/test-categ_Mc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Mc unictype/test-categ_Mc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Me.c' object='unictype/test-categ_Me.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Me.o unictype/test-categ_Me.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Me unictype/test-categ_Me.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Me unictype/test-categ_Me.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Mn.c' object='unictype/test-categ_Mn.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Mn.o unictype/test-categ_Mn.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Mn unictype/test-categ_Mn.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Mn unictype/test-categ_Mn.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_N.c' object='unictype/test-categ_N.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_N.o unictype/test-categ_N.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_N unictype/test-categ_N.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_N unictype/test-categ_N.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Nd.c' object='unictype/test-categ_Nd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Nd.o unictype/test-categ_Nd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Nd unictype/test-categ_Nd.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Nd unictype/test-categ_Nd.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Nl.c' object='unictype/test-categ_Nl.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Nl.o unictype/test-categ_Nl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Nl unictype/test-categ_Nl.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Nl unictype/test-categ_Nl.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_No.c' object='unictype/test-categ_No.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_No.o unictype/test-categ_No.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_No unictype/test-categ_No.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_No unictype/test-categ_No.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_P.c' object='unictype/test-categ_P.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_P.o unictype/test-categ_P.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_P unictype/test-categ_P.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_P unictype/test-categ_P.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Pc.c' object='unictype/test-categ_Pc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Pc.o unictype/test-categ_Pc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Pc unictype/test-categ_Pc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Pc unictype/test-categ_Pc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Pd.c' object='unictype/test-categ_Pd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Pd.o unictype/test-categ_Pd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Pd unictype/test-categ_Pd.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Pd unictype/test-categ_Pd.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Pe.c' object='unictype/test-categ_Pe.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Pe.o unictype/test-categ_Pe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Pe unictype/test-categ_Pe.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Pe unictype/test-categ_Pe.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Pf.c' object='unictype/test-categ_Pf.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Pf.o unictype/test-categ_Pf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Pf unictype/test-categ_Pf.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Pf unictype/test-categ_Pf.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Pi.c' object='unictype/test-categ_Pi.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Pi.o unictype/test-categ_Pi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Pi unictype/test-categ_Pi.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Pi unictype/test-categ_Pi.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Po.c' object='unictype/test-categ_Po.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Po.o unictype/test-categ_Po.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Po unictype/test-categ_Po.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Po unictype/test-categ_Po.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Ps.c' object='unictype/test-categ_Ps.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Ps.o unictype/test-categ_Ps.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Ps unictype/test-categ_Ps.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Ps unictype/test-categ_Ps.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_S.c' object='unictype/test-categ_S.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_S.o unictype/test-categ_S.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_S unictype/test-categ_S.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_S unictype/test-categ_S.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Sc.c' object='unictype/test-categ_Sc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Sc.o unictype/test-categ_Sc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Sc unictype/test-categ_Sc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Sc unictype/test-categ_Sc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Sk.c' object='unictype/test-categ_Sk.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Sk.o unictype/test-categ_Sk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Sk unictype/test-categ_Sk.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Sk unictype/test-categ_Sk.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Sm.c' object='unictype/test-categ_Sm.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Sm.o unictype/test-categ_Sm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Sm unictype/test-categ_Sm.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Sm unictype/test-categ_Sm.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_So.c' object='unictype/test-categ_So.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_So.o unictype/test-categ_So.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_So unictype/test-categ_So.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_So unictype/test-categ_So.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Z.c' object='unictype/test-categ_Z.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Z.o unictype/test-categ_Z.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Z unictype/test-categ_Z.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Z unictype/test-categ_Z.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Zl.c' object='unictype/test-categ_Zl.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Zl.o unictype/test-categ_Zl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Zl unictype/test-categ_Zl.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Zl unictype/test-categ_Zl.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Zp.c' object='unictype/test-categ_Zp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Zp.o unictype/test-categ_Zp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Zp unictype/test-categ_Zp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Zp unictype/test-categ_Zp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_Zs.c' object='unictype/test-categ_Zs.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_Zs.o unictype/test-categ_Zs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_Zs unictype/test-categ_Zs.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_Zs unictype/test-categ_Zs.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_and_not.c' object='unictype/test-categ_and_not.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_and_not.o unictype/test-categ_and_not.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_and_not unictype/test-categ_and_not.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_and_not unictype/test-categ_and_not.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_and.c' object='unictype/test-categ_and.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_and.o unictype/test-categ_and.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_and unictype/test-categ_and.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_and unictype/test-categ_and.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_byname.c' object='unictype/test-categ_byname.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_byname.o unictype/test-categ_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_byname unictype/test-categ_byname.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_byname unictype/test-categ_byname.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_name.c' object='unictype/test-categ_name.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_name.o unictype/test-categ_name.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_name unictype/test-categ_name.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_name unictype/test-categ_name.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_none.c' object='unictype/test-categ_none.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_none.o unictype/test-categ_none.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_none unictype/test-categ_none.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_none unictype/test-categ_none.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_of.c' object='unictype/test-categ_of.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_of.o unictype/test-categ_of.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_of unictype/test-categ_of.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_of unictype/test-categ_of.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_or.c' object='unictype/test-categ_or.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_or.o unictype/test-categ_or.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_or unictype/test-categ_or.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_or unictype/test-categ_or.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-categ_test_withtable.c' object='unictype/test-categ_test_withtable.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-categ_test_withtable.o unictype/test-categ_test_withtable.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-categ_test_withtable unictype/test-categ_test_withtable.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-categ_test_withtable unictype/test-categ_test_withtable.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-combining.c' object='unictype/test-combining.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-combining.o unictype/test-combining.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-combining unictype/test-combining.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-combining unictype/test-combining.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_alnum.c' object='unictype/test-ctype_alnum.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_alnum.o unictype/test-ctype_alnum.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_alnum unictype/test-ctype_alnum.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_alnum unictype/test-ctype_alnum.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_alpha.c' object='unictype/test-ctype_alpha.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_alpha.o unictype/test-ctype_alpha.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_alpha unictype/test-ctype_alpha.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_alpha unictype/test-ctype_alpha.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_blank.c' object='unictype/test-ctype_blank.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_blank.o unictype/test-ctype_blank.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_blank unictype/test-ctype_blank.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_blank unictype/test-ctype_blank.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_cntrl.c' object='unictype/test-ctype_cntrl.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_cntrl.o unictype/test-ctype_cntrl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_cntrl unictype/test-ctype_cntrl.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_cntrl unictype/test-ctype_cntrl.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_digit.c' object='unictype/test-ctype_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_digit.o unictype/test-ctype_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_digit unictype/test-ctype_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_digit unictype/test-ctype_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_graph.c' object='unictype/test-ctype_graph.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_graph.o unictype/test-ctype_graph.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_graph unictype/test-ctype_graph.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_graph unictype/test-ctype_graph.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_lower.c' object='unictype/test-ctype_lower.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_lower.o unictype/test-ctype_lower.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_lower unictype/test-ctype_lower.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_lower unictype/test-ctype_lower.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_print.c' object='unictype/test-ctype_print.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_print.o unictype/test-ctype_print.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_print unictype/test-ctype_print.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_print unictype/test-ctype_print.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_punct.c' object='unictype/test-ctype_punct.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_punct.o unictype/test-ctype_punct.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_punct unictype/test-ctype_punct.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_punct unictype/test-ctype_punct.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_space.c' object='unictype/test-ctype_space.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_space.o unictype/test-ctype_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_space unictype/test-ctype_space.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_space unictype/test-ctype_space.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_upper.c' object='unictype/test-ctype_upper.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_upper.o unictype/test-ctype_upper.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_upper unictype/test-ctype_upper.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_upper unictype/test-ctype_upper.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-ctype_xdigit.c' object='unictype/test-ctype_xdigit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-ctype_xdigit.o unictype/test-ctype_xdigit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ctype_xdigit unictype/test-ctype_xdigit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ctype_xdigit unictype/test-ctype_xdigit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-decdigit.c' object='unictype/test-decdigit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-decdigit.o unictype/test-decdigit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-decdigit unictype/test-decdigit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-decdigit unictype/test-decdigit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-digit.c' object='unictype/test-digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-digit.o unictype/test-digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-digit unictype/test-digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-digit unictype/test-digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-mirror.c' object='unictype/test-mirror.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-mirror.o unictype/test-mirror.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-mirror unictype/test-mirror.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-mirror unictype/test-mirror.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-numeric.c' object='unictype/test-numeric.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-numeric.o unictype/test-numeric.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-numeric unictype/test-numeric.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-numeric unictype/test-numeric.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_alphabetic.c' object='unictype/test-pr_alphabetic.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_alphabetic.o unictype/test-pr_alphabetic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_alphabetic unictype/test-pr_alphabetic.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_alphabetic unictype/test-pr_alphabetic.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_ascii_hex_digit.c' object='unictype/test-pr_ascii_hex_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_ascii_hex_digit.o unictype/test-pr_ascii_hex_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_ascii_hex_digit unictype/test-pr_ascii_hex_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_ascii_hex_digit unictype/test-pr_ascii_hex_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_arabic_digit.c' object='unictype/test-pr_bidi_arabic_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_arabic_digit.o unictype/test-pr_bidi_arabic_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_arabic_digit unictype/test-pr_bidi_arabic_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_arabic_digit unictype/test-pr_bidi_arabic_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_arabic_right_to_left.c' object='unictype/test-pr_bidi_arabic_right_to_left.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_arabic_right_to_left.o unictype/test-pr_bidi_arabic_right_to_left.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_arabic_right_to_left unictype/test-pr_bidi_arabic_right_to_left.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_arabic_right_to_left unictype/test-pr_bidi_arabic_right_to_left.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_block_separator.c' object='unictype/test-pr_bidi_block_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_block_separator.o unictype/test-pr_bidi_block_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_block_separator unictype/test-pr_bidi_block_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_block_separator unictype/test-pr_bidi_block_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_boundary_neutral.c' object='unictype/test-pr_bidi_boundary_neutral.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_boundary_neutral.o unictype/test-pr_bidi_boundary_neutral.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_boundary_neutral unictype/test-pr_bidi_boundary_neutral.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_boundary_neutral unictype/test-pr_bidi_boundary_neutral.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_common_separator.c' object='unictype/test-pr_bidi_common_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_common_separator.o unictype/test-pr_bidi_common_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_common_separator unictype/test-pr_bidi_common_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_common_separator unictype/test-pr_bidi_common_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_control.c' object='unictype/test-pr_bidi_control.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_control.o unictype/test-pr_bidi_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_control unictype/test-pr_bidi_control.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_control unictype/test-pr_bidi_control.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_embedding_or_override.c' object='unictype/test-pr_bidi_embedding_or_override.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_embedding_or_override.o unictype/test-pr_bidi_embedding_or_override.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_embedding_or_override unictype/test-pr_bidi_embedding_or_override.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_embedding_or_override unictype/test-pr_bidi_embedding_or_override.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_eur_num_separator.c' object='unictype/test-pr_bidi_eur_num_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_eur_num_separator.o unictype/test-pr_bidi_eur_num_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_eur_num_separator unictype/test-pr_bidi_eur_num_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_eur_num_separator unictype/test-pr_bidi_eur_num_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_eur_num_terminator.c' object='unictype/test-pr_bidi_eur_num_terminator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_eur_num_terminator.o unictype/test-pr_bidi_eur_num_terminator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_eur_num_terminator unictype/test-pr_bidi_eur_num_terminator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_eur_num_terminator unictype/test-pr_bidi_eur_num_terminator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_european_digit.c' object='unictype/test-pr_bidi_european_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_european_digit.o unictype/test-pr_bidi_european_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_european_digit unictype/test-pr_bidi_european_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_european_digit unictype/test-pr_bidi_european_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_hebrew_right_to_left.c' object='unictype/test-pr_bidi_hebrew_right_to_left.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_hebrew_right_to_left.o unictype/test-pr_bidi_hebrew_right_to_left.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_hebrew_right_to_left unictype/test-pr_bidi_hebrew_right_to_left.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_hebrew_right_to_left unictype/test-pr_bidi_hebrew_right_to_left.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_left_to_right.c' object='unictype/test-pr_bidi_left_to_right.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_left_to_right.o unictype/test-pr_bidi_left_to_right.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_left_to_right unictype/test-pr_bidi_left_to_right.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_left_to_right unictype/test-pr_bidi_left_to_right.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_non_spacing_mark.c' object='unictype/test-pr_bidi_non_spacing_mark.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_non_spacing_mark.o unictype/test-pr_bidi_non_spacing_mark.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_non_spacing_mark unictype/test-pr_bidi_non_spacing_mark.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_non_spacing_mark unictype/test-pr_bidi_non_spacing_mark.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_other_neutral.c' object='unictype/test-pr_bidi_other_neutral.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_other_neutral.o unictype/test-pr_bidi_other_neutral.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_other_neutral unictype/test-pr_bidi_other_neutral.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_other_neutral unictype/test-pr_bidi_other_neutral.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_pdf.c' object='unictype/test-pr_bidi_pdf.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_pdf.o unictype/test-pr_bidi_pdf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_pdf unictype/test-pr_bidi_pdf.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_pdf unictype/test-pr_bidi_pdf.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_segment_separator.c' object='unictype/test-pr_bidi_segment_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_segment_separator.o unictype/test-pr_bidi_segment_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_segment_separator unictype/test-pr_bidi_segment_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_segment_separator unictype/test-pr_bidi_segment_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_bidi_whitespace.c' object='unictype/test-pr_bidi_whitespace.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_bidi_whitespace.o unictype/test-pr_bidi_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_bidi_whitespace unictype/test-pr_bidi_whitespace.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_bidi_whitespace unictype/test-pr_bidi_whitespace.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_byname.c' object='unictype/test-pr_byname.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_byname.o unictype/test-pr_byname.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_byname unictype/test-pr_byname.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_byname unictype/test-pr_byname.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_combining.c' object='unictype/test-pr_combining.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_combining.o unictype/test-pr_combining.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_combining unictype/test-pr_combining.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_combining unictype/test-pr_combining.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_composite.c' object='unictype/test-pr_composite.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_composite.o unictype/test-pr_composite.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_composite unictype/test-pr_composite.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_composite unictype/test-pr_composite.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_currency_symbol.c' object='unictype/test-pr_currency_symbol.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_currency_symbol.o unictype/test-pr_currency_symbol.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_currency_symbol unictype/test-pr_currency_symbol.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_currency_symbol unictype/test-pr_currency_symbol.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_dash.c' object='unictype/test-pr_dash.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_dash.o unictype/test-pr_dash.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_dash unictype/test-pr_dash.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_dash unictype/test-pr_dash.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_decimal_digit.c' object='unictype/test-pr_decimal_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_decimal_digit.o unictype/test-pr_decimal_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_decimal_digit unictype/test-pr_decimal_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_decimal_digit unictype/test-pr_decimal_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_default_ignorable_code_point.c' object='unictype/test-pr_default_ignorable_code_point.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_default_ignorable_code_point.o unictype/test-pr_default_ignorable_code_point.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_default_ignorable_code_point unictype/test-pr_default_ignorable_code_point.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_default_ignorable_code_point unictype/test-pr_default_ignorable_code_point.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_deprecated.c' object='unictype/test-pr_deprecated.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_deprecated.o unictype/test-pr_deprecated.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_deprecated unictype/test-pr_deprecated.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_deprecated unictype/test-pr_deprecated.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_diacritic.c' object='unictype/test-pr_diacritic.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_diacritic.o unictype/test-pr_diacritic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_diacritic unictype/test-pr_diacritic.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_diacritic unictype/test-pr_diacritic.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_extender.c' object='unictype/test-pr_extender.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_extender.o unictype/test-pr_extender.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_extender unictype/test-pr_extender.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_extender unictype/test-pr_extender.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_format_control.c' object='unictype/test-pr_format_control.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_format_control.o unictype/test-pr_format_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_format_control unictype/test-pr_format_control.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_format_control unictype/test-pr_format_control.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_grapheme_base.c' object='unictype/test-pr_grapheme_base.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_grapheme_base.o unictype/test-pr_grapheme_base.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_grapheme_base unictype/test-pr_grapheme_base.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_grapheme_base unictype/test-pr_grapheme_base.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_grapheme_extend.c' object='unictype/test-pr_grapheme_extend.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_grapheme_extend.o unictype/test-pr_grapheme_extend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_grapheme_extend unictype/test-pr_grapheme_extend.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_grapheme_extend unictype/test-pr_grapheme_extend.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_grapheme_link.c' object='unictype/test-pr_grapheme_link.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_grapheme_link.o unictype/test-pr_grapheme_link.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_grapheme_link unictype/test-pr_grapheme_link.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_grapheme_link unictype/test-pr_grapheme_link.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_hex_digit.c' object='unictype/test-pr_hex_digit.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_hex_digit.o unictype/test-pr_hex_digit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_hex_digit unictype/test-pr_hex_digit.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_hex_digit unictype/test-pr_hex_digit.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_hyphen.c' object='unictype/test-pr_hyphen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_hyphen.o unictype/test-pr_hyphen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_hyphen unictype/test-pr_hyphen.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_hyphen unictype/test-pr_hyphen.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_id_continue.c' object='unictype/test-pr_id_continue.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_id_continue.o unictype/test-pr_id_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_id_continue unictype/test-pr_id_continue.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_id_continue unictype/test-pr_id_continue.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_id_start.c' object='unictype/test-pr_id_start.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_id_start.o unictype/test-pr_id_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_id_start unictype/test-pr_id_start.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_id_start unictype/test-pr_id_start.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_ideographic.c' object='unictype/test-pr_ideographic.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_ideographic.o unictype/test-pr_ideographic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_ideographic unictype/test-pr_ideographic.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_ideographic unictype/test-pr_ideographic.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_ids_binary_operator.c' object='unictype/test-pr_ids_binary_operator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_ids_binary_operator.o unictype/test-pr_ids_binary_operator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_ids_binary_operator unictype/test-pr_ids_binary_operator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_ids_binary_operator unictype/test-pr_ids_binary_operator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_ids_trinary_operator.c' object='unictype/test-pr_ids_trinary_operator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_ids_trinary_operator.o unictype/test-pr_ids_trinary_operator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_ids_trinary_operator unictype/test-pr_ids_trinary_operator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_ids_trinary_operator unictype/test-pr_ids_trinary_operator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_ignorable_control.c' object='unictype/test-pr_ignorable_control.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_ignorable_control.o unictype/test-pr_ignorable_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_ignorable_control unictype/test-pr_ignorable_control.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_ignorable_control unictype/test-pr_ignorable_control.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_iso_control.c' object='unictype/test-pr_iso_control.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_iso_control.o unictype/test-pr_iso_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_iso_control unictype/test-pr_iso_control.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_iso_control unictype/test-pr_iso_control.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_join_control.c' object='unictype/test-pr_join_control.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_join_control.o unictype/test-pr_join_control.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_join_control unictype/test-pr_join_control.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_join_control unictype/test-pr_join_control.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_left_of_pair.c' object='unictype/test-pr_left_of_pair.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_left_of_pair.o unictype/test-pr_left_of_pair.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_left_of_pair unictype/test-pr_left_of_pair.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_left_of_pair unictype/test-pr_left_of_pair.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_line_separator.c' object='unictype/test-pr_line_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_line_separator.o unictype/test-pr_line_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_line_separator unictype/test-pr_line_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_line_separator unictype/test-pr_line_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_logical_order_exception.c' object='unictype/test-pr_logical_order_exception.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_logical_order_exception.o unictype/test-pr_logical_order_exception.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_logical_order_exception unictype/test-pr_logical_order_exception.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_logical_order_exception unictype/test-pr_logical_order_exception.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_lowercase.c' object='unictype/test-pr_lowercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_lowercase.o unictype/test-pr_lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_lowercase unictype/test-pr_lowercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_lowercase unictype/test-pr_lowercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_math.c' object='unictype/test-pr_math.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_math.o unictype/test-pr_math.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_math unictype/test-pr_math.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_math unictype/test-pr_math.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_non_break.c' object='unictype/test-pr_non_break.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_non_break.o unictype/test-pr_non_break.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_non_break unictype/test-pr_non_break.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_non_break unictype/test-pr_non_break.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_not_a_character.c' object='unictype/test-pr_not_a_character.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_not_a_character.o unictype/test-pr_not_a_character.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_not_a_character unictype/test-pr_not_a_character.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_not_a_character unictype/test-pr_not_a_character.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_numeric.c' object='unictype/test-pr_numeric.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_numeric.o unictype/test-pr_numeric.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_numeric unictype/test-pr_numeric.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_numeric unictype/test-pr_numeric.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_alphabetic.c' object='unictype/test-pr_other_alphabetic.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_alphabetic.o unictype/test-pr_other_alphabetic.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_alphabetic unictype/test-pr_other_alphabetic.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_alphabetic unictype/test-pr_other_alphabetic.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_default_ignorable_code_point.c' object='unictype/test-pr_other_default_ignorable_code_point.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_default_ignorable_code_point.o unictype/test-pr_other_default_ignorable_code_point.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_default_ignorable_code_point unictype/test-pr_other_default_ignorable_code_point.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_default_ignorable_code_point unictype/test-pr_other_default_ignorable_code_point.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_grapheme_extend.c' object='unictype/test-pr_other_grapheme_extend.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_grapheme_extend.o unictype/test-pr_other_grapheme_extend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_grapheme_extend unictype/test-pr_other_grapheme_extend.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_grapheme_extend unictype/test-pr_other_grapheme_extend.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_id_continue.c' object='unictype/test-pr_other_id_continue.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_id_continue.o unictype/test-pr_other_id_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_id_continue unictype/test-pr_other_id_continue.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_id_continue unictype/test-pr_other_id_continue.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_id_start.c' object='unictype/test-pr_other_id_start.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_id_start.o unictype/test-pr_other_id_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_id_start unictype/test-pr_other_id_start.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_id_start unictype/test-pr_other_id_start.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_lowercase.c' object='unictype/test-pr_other_lowercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_lowercase.o unictype/test-pr_other_lowercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_lowercase unictype/test-pr_other_lowercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_lowercase unictype/test-pr_other_lowercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_math.c' object='unictype/test-pr_other_math.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_math.o unictype/test-pr_other_math.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_math unictype/test-pr_other_math.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_math unictype/test-pr_other_math.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_other_uppercase.c' object='unictype/test-pr_other_uppercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_other_uppercase.o unictype/test-pr_other_uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_other_uppercase unictype/test-pr_other_uppercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_other_uppercase unictype/test-pr_other_uppercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_paired_punctuation.c' object='unictype/test-pr_paired_punctuation.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_paired_punctuation.o unictype/test-pr_paired_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_paired_punctuation unictype/test-pr_paired_punctuation.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_paired_punctuation unictype/test-pr_paired_punctuation.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_paragraph_separator.c' object='unictype/test-pr_paragraph_separator.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_paragraph_separator.o unictype/test-pr_paragraph_separator.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_paragraph_separator unictype/test-pr_paragraph_separator.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_paragraph_separator unictype/test-pr_paragraph_separator.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_pattern_syntax.c' object='unictype/test-pr_pattern_syntax.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_pattern_syntax.o unictype/test-pr_pattern_syntax.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_pattern_syntax unictype/test-pr_pattern_syntax.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_pattern_syntax unictype/test-pr_pattern_syntax.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_pattern_white_space.c' object='unictype/test-pr_pattern_white_space.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_pattern_white_space.o unictype/test-pr_pattern_white_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_pattern_white_space unictype/test-pr_pattern_white_space.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_pattern_white_space unictype/test-pr_pattern_white_space.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_private_use.c' object='unictype/test-pr_private_use.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_private_use.o unictype/test-pr_private_use.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_private_use unictype/test-pr_private_use.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_private_use unictype/test-pr_private_use.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_punctuation.c' object='unictype/test-pr_punctuation.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_punctuation.o unictype/test-pr_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_punctuation unictype/test-pr_punctuation.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_punctuation unictype/test-pr_punctuation.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_quotation_mark.c' object='unictype/test-pr_quotation_mark.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_quotation_mark.o unictype/test-pr_quotation_mark.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_quotation_mark unictype/test-pr_quotation_mark.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_quotation_mark unictype/test-pr_quotation_mark.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_radical.c' object='unictype/test-pr_radical.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_radical.o unictype/test-pr_radical.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_radical unictype/test-pr_radical.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_radical unictype/test-pr_radical.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_sentence_terminal.c' object='unictype/test-pr_sentence_terminal.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_sentence_terminal.o unictype/test-pr_sentence_terminal.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_sentence_terminal unictype/test-pr_sentence_terminal.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_sentence_terminal unictype/test-pr_sentence_terminal.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_soft_dotted.c' object='unictype/test-pr_soft_dotted.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_soft_dotted.o unictype/test-pr_soft_dotted.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_soft_dotted unictype/test-pr_soft_dotted.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_soft_dotted unictype/test-pr_soft_dotted.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_space.c' object='unictype/test-pr_space.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_space.o unictype/test-pr_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_space unictype/test-pr_space.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_space unictype/test-pr_space.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_terminal_punctuation.c' object='unictype/test-pr_terminal_punctuation.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_terminal_punctuation.o unictype/test-pr_terminal_punctuation.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_terminal_punctuation unictype/test-pr_terminal_punctuation.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_terminal_punctuation unictype/test-pr_terminal_punctuation.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_test.c' object='unictype/test-pr_test.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_test.o unictype/test-pr_test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_test unictype/test-pr_test.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_test unictype/test-pr_test.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_titlecase.c' object='unictype/test-pr_titlecase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_titlecase.o unictype/test-pr_titlecase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_titlecase unictype/test-pr_titlecase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_titlecase unictype/test-pr_titlecase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_unassigned_code_value.c' object='unictype/test-pr_unassigned_code_value.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_unassigned_code_value.o unictype/test-pr_unassigned_code_value.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_unassigned_code_value unictype/test-pr_unassigned_code_value.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_unassigned_code_value unictype/test-pr_unassigned_code_value.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_unified_ideograph.c' object='unictype/test-pr_unified_ideograph.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_unified_ideograph.o unictype/test-pr_unified_ideograph.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_unified_ideograph unictype/test-pr_unified_ideograph.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_unified_ideograph unictype/test-pr_unified_ideograph.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_uppercase.c' object='unictype/test-pr_uppercase.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_uppercase.o unictype/test-pr_uppercase.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_uppercase unictype/test-pr_uppercase.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_uppercase unictype/test-pr_uppercase.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_variation_selector.c' object='unictype/test-pr_variation_selector.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_variation_selector.o unictype/test-pr_variation_selector.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_variation_selector unictype/test-pr_variation_selector.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_variation_selector unictype/test-pr_variation_selector.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_white_space.c' object='unictype/test-pr_white_space.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_white_space.o unictype/test-pr_white_space.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_white_space unictype/test-pr_white_space.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_white_space unictype/test-pr_white_space.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_xid_continue.c' object='unictype/test-pr_xid_continue.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_xid_continue.o unictype/test-pr_xid_continue.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_xid_continue unictype/test-pr_xid_continue.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_xid_continue unictype/test-pr_xid_continue.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_xid_start.c' object='unictype/test-pr_xid_start.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_xid_start.o unictype/test-pr_xid_start.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_xid_start unictype/test-pr_xid_start.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_xid_start unictype/test-pr_xid_start.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-pr_zero_width.c' object='unictype/test-pr_zero_width.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-pr_zero_width.o unictype/test-pr_zero_width.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-pr_zero_width unictype/test-pr_zero_width.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-pr_zero_width unictype/test-pr_zero_width.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-scripts.c' object='unictype/test-scripts.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-scripts.o unictype/test-scripts.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-scripts unictype/test-scripts.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-scripts unictype/test-scripts.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-sy_c_ident.c' object='unictype/test-sy_c_ident.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-sy_c_ident.o unictype/test-sy_c_ident.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-sy_c_ident unictype/test-sy_c_ident.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-sy_c_ident unictype/test-sy_c_ident.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-sy_c_whitespace.c' object='unictype/test-sy_c_whitespace.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-sy_c_whitespace.o unictype/test-sy_c_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-sy_c_whitespace unictype/test-sy_c_whitespace.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-sy_c_whitespace unictype/test-sy_c_whitespace.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-sy_java_ident.c' object='unictype/test-sy_java_ident.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-sy_java_ident.o unictype/test-sy_java_ident.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-sy_java_ident unictype/test-sy_java_ident.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-sy_java_ident unictype/test-sy_java_ident.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unictype/test-sy_java_whitespace.c' object='unictype/test-sy_java_whitespace.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unictype/test-sy_java_whitespace.o unictype/test-sy_java_whitespace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-sy_java_whitespace unictype/test-sy_java_whitespace.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-sy_java_whitespace unictype/test-sy_java_whitespace.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u16-possible-linebreaks.c' object='unilbrk/test-u16-possible-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u16-possible-linebreaks.o unilbrk/test-u16-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-possible-linebreaks unilbrk/test-u16-possible-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-possible-linebreaks unilbrk/test-u16-possible-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u16-width-linebreaks.c' object='unilbrk/test-u16-width-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u16-width-linebreaks.o unilbrk/test-u16-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-width-linebreaks unilbrk/test-u16-width-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-width-linebreaks unilbrk/test-u16-width-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u32-possible-linebreaks.c' object='unilbrk/test-u32-possible-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u32-possible-linebreaks.o unilbrk/test-u32-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-possible-linebreaks unilbrk/test-u32-possible-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-possible-linebreaks unilbrk/test-u32-possible-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u32-width-linebreaks.c' object='unilbrk/test-u32-width-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u32-width-linebreaks.o unilbrk/test-u32-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-width-linebreaks unilbrk/test-u32-width-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-width-linebreaks unilbrk/test-u32-width-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u8-possible-linebreaks.c' object='unilbrk/test-u8-possible-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u8-possible-linebreaks.o unilbrk/test-u8-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-possible-linebreaks unilbrk/test-u8-possible-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-possible-linebreaks unilbrk/test-u8-possible-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-u8-width-linebreaks.c' object='unilbrk/test-u8-width-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-u8-width-linebreaks.o unilbrk/test-u8-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-width-linebreaks unilbrk/test-u8-width-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-width-linebreaks unilbrk/test-u8-width-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-ulc-possible-linebreaks.c' object='unilbrk/test-ulc-possible-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-ulc-possible-linebreaks.o unilbrk/test-ulc-possible-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-possible-linebreaks unilbrk/test-ulc-possible-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-possible-linebreaks unilbrk/test-ulc-possible-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unilbrk/test-ulc-width-linebreaks.c' object='unilbrk/test-ulc-width-linebreaks.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unilbrk/test-ulc-width-linebreaks.o unilbrk/test-ulc-width-linebreaks.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-width-linebreaks unilbrk/test-ulc-width-linebreaks.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-width-linebreaks unilbrk/test-ulc-width-linebreaks.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uniname/test-uninames.c' object='uniname/test-uninames.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uniname/test-uninames.o uniname/test-uninames.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-uninames uniname/test-uninames.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-uninames uniname/test-uninames.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-canonical-decomposition.c' object='uninorm/test-canonical-decomposition.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-canonical-decomposition.o uninorm/test-canonical-decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-canonical-decomposition uninorm/test-canonical-decomposition.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-canonical-decomposition uninorm/test-canonical-decomposition.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-compat-decomposition.c' object='uninorm/test-compat-decomposition.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-compat-decomposition.o uninorm/test-compat-decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-compat-decomposition uninorm/test-compat-decomposition.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-compat-decomposition uninorm/test-compat-decomposition.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-composition.c' object='uninorm/test-composition.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-composition.o uninorm/test-composition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-composition uninorm/test-composition.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-composition uninorm/test-composition.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-decomposing-form.c' object='uninorm/test-decomposing-form.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-decomposing-form.o uninorm/test-decomposing-form.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-decomposing-form uninorm/test-decomposing-form.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-decomposing-form uninorm/test-decomposing-form.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-decomposition.c' object='uninorm/test-decomposition.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-decomposition.o uninorm/test-decomposition.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-decomposition uninorm/test-decomposition.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-decomposition uninorm/test-decomposition.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-uninorm-filter-nfc.c' object='uninorm/test-uninorm-filter-nfc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-uninorm-filter-nfc.o uninorm/test-uninorm-filter-nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-uninorm-filter-nfc uninorm/test-uninorm-filter-nfc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-uninorm-filter-nfc uninorm/test-uninorm-filter-nfc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-nfc.c' object='uninorm/test-nfc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-nfc.o uninorm/test-nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-nfc.c' object='uninorm/test-u8-nfc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-nfc.o uninorm/test-u8-nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-nfc.c' object='uninorm/test-u16-nfc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-nfc.o uninorm/test-u16-nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfc.c' object='uninorm/test-u32-nfc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfc.o uninorm/test-u32-nfc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-nfc uninorm/test-nfc.o uninorm/test-u8-nfc.o uninorm/test-u16-nfc.o uninorm/test-u32-nfc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-nfc uninorm/test-nfc.o uninorm/test-u8-nfc.o uninorm/test-u16-nfc.o uninorm/test-u32-nfc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfc-big.c' object='uninorm/test-u32-nfc-big.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfc-big.o uninorm/test-u32-nfc-big.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-normalize-big.c' object='uninorm/test-u32-normalize-big.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-normalize-big.o uninorm/test-u32-normalize-big.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-nfc-big uninorm/test-u32-nfc-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-nfc-big uninorm/test-u32-nfc-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-nfd.c' object='uninorm/test-nfd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-nfd.o uninorm/test-nfd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-nfd.c' object='uninorm/test-u8-nfd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-nfd.o uninorm/test-u8-nfd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-nfd.c' object='uninorm/test-u16-nfd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-nfd.o uninorm/test-u16-nfd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfd.c' object='uninorm/test-u32-nfd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfd.o uninorm/test-u32-nfd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-nfd uninorm/test-nfd.o uninorm/test-u8-nfd.o uninorm/test-u16-nfd.o uninorm/test-u32-nfd.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-nfd uninorm/test-nfd.o uninorm/test-u8-nfd.o uninorm/test-u16-nfd.o uninorm/test-u32-nfd.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfd-big.c' object='uninorm/test-u32-nfd-big.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfd-big.o uninorm/test-u32-nfd-big.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-nfd-big uninorm/test-u32-nfd-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-nfd-big uninorm/test-u32-nfd-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-nfkc.c' object='uninorm/test-nfkc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-nfkc.o uninorm/test-nfkc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-nfkc.c' object='uninorm/test-u8-nfkc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-nfkc.o uninorm/test-u8-nfkc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-nfkc.c' object='uninorm/test-u16-nfkc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-nfkc.o uninorm/test-u16-nfkc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfkc.c' object='uninorm/test-u32-nfkc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfkc.o uninorm/test-u32-nfkc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-nfkc uninorm/test-nfkc.o uninorm/test-u8-nfkc.o uninorm/test-u16-nfkc.o uninorm/test-u32-nfkc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-nfkc uninorm/test-nfkc.o uninorm/test-u8-nfkc.o uninorm/test-u16-nfkc.o uninorm/test-u32-nfkc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfkc-big.c' object='uninorm/test-u32-nfkc-big.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfkc-big.o uninorm/test-u32-nfkc-big.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-nfkc-big uninorm/test-u32-nfkc-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-nfkc-big uninorm/test-u32-nfkc-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-nfkd.c' object='uninorm/test-nfkd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-nfkd.o uninorm/test-nfkd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-nfkd.c' object='uninorm/test-u8-nfkd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-nfkd.o uninorm/test-u8-nfkd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-nfkd.c' object='uninorm/test-u16-nfkd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-nfkd.o uninorm/test-u16-nfkd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfkd.c' object='uninorm/test-u32-nfkd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfkd.o uninorm/test-u32-nfkd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-nfkd uninorm/test-nfkd.o uninorm/test-u8-nfkd.o uninorm/test-u16-nfkd.o uninorm/test-u32-nfkd.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-nfkd uninorm/test-nfkd.o uninorm/test-u8-nfkd.o uninorm/test-u16-nfkd.o uninorm/test-u32-nfkd.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-nfkd-big.c' object='uninorm/test-u32-nfkd-big.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-nfkd-big.o uninorm/test-u32-nfkd-big.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-nfkd-big uninorm/test-u32-nfkd-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-nfkd-big uninorm/test-u32-nfkd-big.o uninorm/test-u32-normalize-big.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-normcmp.c' object='uninorm/test-u16-normcmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-normcmp.o uninorm/test-u16-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-normcmp uninorm/test-u16-normcmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-normcmp uninorm/test-u16-normcmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u16-normcoll.c' object='uninorm/test-u16-normcoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u16-normcoll.o uninorm/test-u16-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-normcoll uninorm/test-u16-normcoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-normcoll uninorm/test-u16-normcoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-normcmp.c' object='uninorm/test-u32-normcmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-normcmp.o uninorm/test-u32-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-normcmp uninorm/test-u32-normcmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-normcmp uninorm/test-u32-normcmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u32-normcoll.c' object='uninorm/test-u32-normcoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u32-normcoll.o uninorm/test-u32-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-normcoll uninorm/test-u32-normcoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-normcoll uninorm/test-u32-normcoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-normcmp.c' object='uninorm/test-u8-normcmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-normcmp.o uninorm/test-u8-normcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-normcmp uninorm/test-u8-normcmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-normcmp uninorm/test-u8-normcmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='uninorm/test-u8-normcoll.c' object='uninorm/test-u8-normcoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o uninorm/test-u8-normcoll.o uninorm/test-u8-normcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-normcoll uninorm/test-u8-normcoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-normcoll uninorm/test-u8-normcoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test-unistd.c' object='test-unistd.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o test-unistd.o test-unistd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-unistd test-unistd.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-unistd test-unistd.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-asnprintf1.c' object='unistdio/test-u16-asnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-asnprintf1.o unistdio/test-u16-asnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-asnprintf1 unistdio/test-u16-asnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-asnprintf1 unistdio/test-u16-asnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vasnprintf1.c' object='unistdio/test-u16-vasnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vasnprintf1.o unistdio/test-u16-vasnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vasnprintf1 unistdio/test-u16-vasnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vasnprintf1 unistdio/test-u16-vasnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vasnprintf2.c' object='unistdio/test-u16-vasnprintf2.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vasnprintf2.o unistdio/test-u16-vasnprintf2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vasnprintf2 unistdio/test-u16-vasnprintf2.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vasnprintf2 unistdio/test-u16-vasnprintf2.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vasnprintf3.c' object='unistdio/test-u16-vasnprintf3.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vasnprintf3.o unistdio/test-u16-vasnprintf3.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vasnprintf3 unistdio/test-u16-vasnprintf3.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vasnprintf3 unistdio/test-u16-vasnprintf3.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vasprintf1.c' object='unistdio/test-u16-vasprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vasprintf1.o unistdio/test-u16-vasprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vasprintf1 unistdio/test-u16-vasprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vasprintf1 unistdio/test-u16-vasprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vsnprintf1.c' object='unistdio/test-u16-vsnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vsnprintf1.o unistdio/test-u16-vsnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vsnprintf1 unistdio/test-u16-vsnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vsnprintf1 unistdio/test-u16-vsnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u16-vsprintf1.c' object='unistdio/test-u16-vsprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u16-vsprintf1.o unistdio/test-u16-vsprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-vsprintf1 unistdio/test-u16-vsprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-vsprintf1 unistdio/test-u16-vsprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-asnprintf1.c' object='unistdio/test-u32-asnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-asnprintf1.o unistdio/test-u32-asnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-asnprintf1 unistdio/test-u32-asnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-asnprintf1 unistdio/test-u32-asnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vasnprintf1.c' object='unistdio/test-u32-vasnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vasnprintf1.o unistdio/test-u32-vasnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vasnprintf1 unistdio/test-u32-vasnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vasnprintf1 unistdio/test-u32-vasnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vasnprintf2.c' object='unistdio/test-u32-vasnprintf2.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vasnprintf2.o unistdio/test-u32-vasnprintf2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vasnprintf2 unistdio/test-u32-vasnprintf2.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vasnprintf2 unistdio/test-u32-vasnprintf2.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vasnprintf3.c' object='unistdio/test-u32-vasnprintf3.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vasnprintf3.o unistdio/test-u32-vasnprintf3.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vasnprintf3 unistdio/test-u32-vasnprintf3.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vasnprintf3 unistdio/test-u32-vasnprintf3.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vasprintf1.c' object='unistdio/test-u32-vasprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vasprintf1.o unistdio/test-u32-vasprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vasprintf1 unistdio/test-u32-vasprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vasprintf1 unistdio/test-u32-vasprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vsnprintf1.c' object='unistdio/test-u32-vsnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vsnprintf1.o unistdio/test-u32-vsnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vsnprintf1 unistdio/test-u32-vsnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vsnprintf1 unistdio/test-u32-vsnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u32-vsprintf1.c' object='unistdio/test-u32-vsprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u32-vsprintf1.o unistdio/test-u32-vsprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u32-vsprintf1 unistdio/test-u32-vsprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u32-vsprintf1 unistdio/test-u32-vsprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-asnprintf1.c' object='unistdio/test-u8-asnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-asnprintf1.o unistdio/test-u8-asnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-asnprintf1 unistdio/test-u8-asnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-asnprintf1 unistdio/test-u8-asnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vasnprintf1.c' object='unistdio/test-u8-vasnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vasnprintf1.o unistdio/test-u8-vasnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vasnprintf1 unistdio/test-u8-vasnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vasnprintf1 unistdio/test-u8-vasnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vasnprintf2.c' object='unistdio/test-u8-vasnprintf2.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vasnprintf2.o unistdio/test-u8-vasnprintf2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vasnprintf2 unistdio/test-u8-vasnprintf2.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vasnprintf2 unistdio/test-u8-vasnprintf2.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vasnprintf3.c' object='unistdio/test-u8-vasnprintf3.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vasnprintf3.o unistdio/test-u8-vasnprintf3.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vasnprintf3 unistdio/test-u8-vasnprintf3.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vasnprintf3 unistdio/test-u8-vasnprintf3.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vasprintf1.c' object='unistdio/test-u8-vasprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vasprintf1.o unistdio/test-u8-vasprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vasprintf1 unistdio/test-u8-vasprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vasprintf1 unistdio/test-u8-vasprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vsnprintf1.c' object='unistdio/test-u8-vsnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vsnprintf1.o unistdio/test-u8-vsnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vsnprintf1 unistdio/test-u8-vsnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vsnprintf1 unistdio/test-u8-vsnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-u8-vsprintf1.c' object='unistdio/test-u8-vsprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-u8-vsprintf1.o unistdio/test-u8-vsprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u8-vsprintf1 unistdio/test-u8-vsprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u8-vsprintf1 unistdio/test-u8-vsprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-asnprintf1.c' object='unistdio/test-ulc-asnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-asnprintf1.o unistdio/test-ulc-asnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from unistdio/test-ulc-asnprintf1.c:31: unistdio/test-ulc-asnprintf1.h:50:46: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./macros.h:49:13: note: expanded from macro 'ASSERT' if (!(expr)) \ ^ unistdio/test-ulc-asnprintf1.h:50:46: note: use array indexing to silence this warning ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); ^ & [ ./macros.h:49:13: note: expanded from macro 'ASSERT' if (!(expr)) \ ^ 1 warning generated. /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-asnprintf1 unistdio/test-ulc-asnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-asnprintf1 unistdio/test-ulc-asnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vasnprintf1.c' object='unistdio/test-ulc-vasnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vasnprintf1.o unistdio/test-ulc-vasnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from unistdio/test-ulc-vasnprintf1.c:31: unistdio/test-ulc-asnprintf1.h:50:46: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./macros.h:49:13: note: expanded from macro 'ASSERT' if (!(expr)) \ ^ unistdio/test-ulc-asnprintf1.h:50:46: note: use array indexing to silence this warning ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); ^ & [ ./macros.h:49:13: note: expanded from macro 'ASSERT' if (!(expr)) \ ^ 1 warning generated. /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vasnprintf1 unistdio/test-ulc-vasnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vasnprintf1 unistdio/test-ulc-vasnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vasnprintf2.c' object='unistdio/test-ulc-vasnprintf2.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vasnprintf2.o unistdio/test-ulc-vasnprintf2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vasnprintf2 unistdio/test-ulc-vasnprintf2.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vasnprintf2 unistdio/test-ulc-vasnprintf2.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vasnprintf3.c' object='unistdio/test-ulc-vasnprintf3.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vasnprintf3.o unistdio/test-ulc-vasnprintf3.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vasnprintf3 unistdio/test-ulc-vasnprintf3.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vasnprintf3 unistdio/test-ulc-vasnprintf3.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vasprintf1.c' object='unistdio/test-ulc-vasprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vasprintf1.o unistdio/test-ulc-vasprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vasprintf1 unistdio/test-ulc-vasprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vasprintf1 unistdio/test-ulc-vasprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vsnprintf1.c' object='unistdio/test-ulc-vsnprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vsnprintf1.o unistdio/test-ulc-vsnprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vsnprintf1 unistdio/test-ulc-vsnprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vsnprintf1 unistdio/test-ulc-vsnprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistdio/test-ulc-vsprintf1.c' object='unistdio/test-ulc-vsprintf1.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistdio/test-ulc-vsprintf1.o unistdio/test-ulc-vsprintf1.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-ulc-vsprintf1 unistdio/test-ulc-vsprintf1.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-ulc-vsprintf1 unistdio/test-ulc-vsprintf1.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-check.c' object='unistr/test-u16-check.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-check.o unistr/test-u16-check.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-check unistr/test-u16-check.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-check unistr/test-u16-check.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-chr.c' object='unistr/test-u16-chr.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-chr.o unistr/test-u16-chr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-chr unistr/test-u16-chr.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-chr unistr/test-u16-chr.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-cmp.c' object='unistr/test-u16-cmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-cmp.o unistr/test-u16-cmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-cmp unistr/test-u16-cmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-cmp unistr/test-u16-cmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-cmp2.c' object='unistr/test-u16-cmp2.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-cmp2.o unistr/test-u16-cmp2.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-cmp2 unistr/test-u16-cmp2.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-cmp2 unistr/test-u16-cmp2.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-cpy-alloc.c' object='unistr/test-u16-cpy-alloc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-cpy-alloc.o unistr/test-u16-cpy-alloc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-cpy-alloc unistr/test-u16-cpy-alloc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-cpy-alloc unistr/test-u16-cpy-alloc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-cpy.c' object='unistr/test-u16-cpy.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-cpy.o unistr/test-u16-cpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-cpy unistr/test-u16-cpy.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-cpy unistr/test-u16-cpy.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-mblen.c' object='unistr/test-u16-mblen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-mblen.o unistr/test-u16-mblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-mblen unistr/test-u16-mblen.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-mblen unistr/test-u16-mblen.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-mbsnlen.c' object='unistr/test-u16-mbsnlen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-mbsnlen.o unistr/test-u16-mbsnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-mbsnlen unistr/test-u16-mbsnlen.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-mbsnlen unistr/test-u16-mbsnlen.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-mbtouc.c' object='unistr/test-u16-mbtouc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-mbtouc.o unistr/test-u16-mbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-mbtouc unistr/test-u16-mbtouc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-mbtouc unistr/test-u16-mbtouc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-mbtouc-unsafe.c' object='unistr/test-u16-mbtouc-unsafe.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-mbtouc-unsafe.o unistr/test-u16-mbtouc-unsafe.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-mbtouc-unsafe unistr/test-u16-mbtouc-unsafe.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-mbtouc-unsafe unistr/test-u16-mbtouc-unsafe.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-mbtoucr.c' object='unistr/test-u16-mbtoucr.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-mbtoucr.o unistr/test-u16-mbtoucr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-mbtoucr unistr/test-u16-mbtoucr.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-mbtoucr unistr/test-u16-mbtoucr.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-move.c' object='unistr/test-u16-move.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-move.o unistr/test-u16-move.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-move unistr/test-u16-move.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-move unistr/test-u16-move.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-next.c' object='unistr/test-u16-next.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-next.o unistr/test-u16-next.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-next unistr/test-u16-next.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-next unistr/test-u16-next.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-prev.c' object='unistr/test-u16-prev.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-prev.o unistr/test-u16-prev.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-prev unistr/test-u16-prev.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-prev unistr/test-u16-prev.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-set.c' object='unistr/test-u16-set.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-set.o unistr/test-u16-set.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-set unistr/test-u16-set.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-set unistr/test-u16-set.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-stpcpy.c' object='unistr/test-u16-stpcpy.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-stpcpy.o unistr/test-u16-stpcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-stpcpy unistr/test-u16-stpcpy.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-stpcpy unistr/test-u16-stpcpy.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-stpncpy.c' object='unistr/test-u16-stpncpy.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-stpncpy.o unistr/test-u16-stpncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-stpncpy unistr/test-u16-stpncpy.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-stpncpy unistr/test-u16-stpncpy.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strcat.c' object='unistr/test-u16-strcat.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strcat.o unistr/test-u16-strcat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strcat unistr/test-u16-strcat.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strcat unistr/test-u16-strcat.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strcmp.c' object='unistr/test-u16-strcmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strcmp.o unistr/test-u16-strcmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strcmp unistr/test-u16-strcmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strcmp unistr/test-u16-strcmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strcoll.c' object='unistr/test-u16-strcoll.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strcoll.o unistr/test-u16-strcoll.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strcoll unistr/test-u16-strcoll.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strcoll unistr/test-u16-strcoll.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strcpy.c' object='unistr/test-u16-strcpy.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strcpy.o unistr/test-u16-strcpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strcpy unistr/test-u16-strcpy.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strcpy unistr/test-u16-strcpy.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strdup.c' object='unistr/test-u16-strdup.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strdup.o unistr/test-u16-strdup.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strdup unistr/test-u16-strdup.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strdup unistr/test-u16-strdup.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strlen.c' object='unistr/test-u16-strlen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strlen.o unistr/test-u16-strlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strlen unistr/test-u16-strlen.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strlen unistr/test-u16-strlen.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strmblen.c' object='unistr/test-u16-strmblen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strmblen.o unistr/test-u16-strmblen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strmblen unistr/test-u16-strmblen.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strmblen unistr/test-u16-strmblen.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strmbtouc.c' object='unistr/test-u16-strmbtouc.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strmbtouc.o unistr/test-u16-strmbtouc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strmbtouc unistr/test-u16-strmbtouc.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strmbtouc unistr/test-u16-strmbtouc.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strncat.c' object='unistr/test-u16-strncat.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strncat.o unistr/test-u16-strncat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strncat unistr/test-u16-strncat.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strncat unistr/test-u16-strncat.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strncmp.c' object='unistr/test-u16-strncmp.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strncmp.o unistr/test-u16-strncmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strncmp unistr/test-u16-strncmp.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strncmp unistr/test-u16-strncmp.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strncpy.c' object='unistr/test-u16-strncpy.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strncpy.o unistr/test-u16-strncpy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --preserve-dup-deps --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro -o test-u16-strncpy unistr/test-u16-strncpy.o libtests.a ../lib/libunistring.la libtests.a libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-u16-strncpy unistr/test-u16-strncpy.o libtests.a ../lib/.libs/libunistring.so libtests.a clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='unistr/test-u16-strnlen.c' object='unistr/test-u16-strnlen.o' libtool=no gcc -DHAVE_CONFIG_H -I. -I. -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../lib -I./../lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o unistr/test-u16-strnlen.o unistr/test-u16-strnlen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[1]: *** [check-recursive] Terminated make[5]: *** [unistr/test-u16-strnlen.o] Terminated make[4]: *** [check-am] Terminated make[3]: *** [check-recursive] Terminated make[2]: *** [check] Terminated make: *** [debian/stamp-makefile-check] Terminated E: Caught signal 'Terminated': terminating immediately Build killed with signal TERM after 60 minutes of inactivity ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2135 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 55848 Build-Time: 4087 Distribution: unstable Fail-Stage: build Install-Time: 15 Job: libunistring_0.9.3-5 Package: libunistring Package-Time: 4140 Source-Version: 0.9.3-5 Space: 55848 Status: attempted Version: 0.9.3-5 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2135 Build needed 01:09:00, 55848k disc space DC-Status: Failed 4142.947886s DC-Time-Estimation: 4142.947886 versus expected 377 (r/m: 9.98925168700265 ; m: 377.0)