-Wimplicit-int
-Wimplicit-function-declaration
Change-Id: I049105bf72393448b149d0e8dd3fe0692525ac94
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
%{__patch} -p1 < %{SOURCE1002}
%build
-export CFLAGS+=" -fPIC -fvisibility=hidden -flto "
+export CFLAGS+=" -fPIC -fvisibility=hidden -flto -Wno-error=implicit-function-declaration -Wno-error=implicit-int "
export LDFLAGS+=" -pie -fvisibility=hidden -flto "
autoconf
%configure --enable-largefile \
extern char *dist_version;
extern int patch_level;
+extern char *shell_version_string __P((void));
+extern void show_shell_version __P((int));
+
char *shell_name = "bash";
char *progname;