projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d85fd7
)
Do not warn about C++20 requires symbol in SolvAttr
16/295116/1
author
Benjamin Zeller
<bzeller@suse.de>
Mon, 3 Apr 2023 09:45:23 +0000
(11:45 +0200)
committer
JinWang An
<jinwang.an@samsung.com>
Mon, 3 Jul 2023 04:46:28 +0000
(13:46 +0900)
Change-Id: I8dba9ecddb1d39acc4f48f6538dd6270f2f02b73
zypp/sat/SolvAttr.h
patch
|
blob
|
history
diff --git
a/zypp/sat/SolvAttr.h
b/zypp/sat/SolvAttr.h
index
3652c16
..
4df57eb
100644
(file)
--- a/
zypp/sat/SolvAttr.h
+++ b/
zypp/sat/SolvAttr.h
@@
-60,7
+60,10
@@
namespace sat
static const SolvAttr provides;
static const SolvAttr obsoletes;
static const SolvAttr conflicts;
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wc++20-compat"
static const SolvAttr requires;
+#pragma GCC diagnostic pop
static const SolvAttr recommends;
static const SolvAttr suggests;
static const SolvAttr supplements;