Projects
Eulaceura:Factory
barcode
_service:obs_scm:fix-FTBFS-with-gcc-10.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:fix-FTBFS-with-gcc-10.patch of Package barcode
From af3e062f88aa11bf40ee1b94db0acedec50ece89 Mon Sep 17 00:00:00 2001 From: herengui <herengui@uniontech.com> Date: Tue, 23 Nov 2021 16:31:44 +0800 Subject: [PATCH] Fix FTBFS with gcc 10 Bug: https://bugs.debian.org/957035 --- barcode.h | 2 +- library.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/barcode.h b/barcode.h index ed90e0c..ff7b8b4 100644 --- a/barcode.h +++ b/barcode.h @@ -123,6 +123,6 @@ extern int Barcode_Version(char *versionname); } #endif -int streaming; +extern int streaming; #endif /* _BARCODE_H_ */ diff --git a/library.c b/library.c index 30946ff..5390a2b 100644 --- a/library.c +++ b/library.c @@ -30,6 +30,8 @@ #endif #include <errno.h> +int streaming; + /* * This function allocates a barcode structure and strdup()s the * text string. It returns NULL in case of error -- 2.20.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2