Commit 7e9b1a7
Andrei Popescu
Removes internal deprecated compiler warnings. (#758)
TokenProvider which is widely used by all OLP SDK users to request
tokens uses internally TokenEndpoint and AutoRefreshingToken which are
marked as deprecated and create compiler warnings. This is now
filtered out by pragmas.
Resolves: OLPEDGE-1768
Signed-off-by: Andrei Popescu <[email protected]>1 parent ce1e3f9 commit 7e9b1a7
File tree
2 files changed
+10
-2
lines changed- olp-cpp-sdk-authentication/include/olp/authentication
2 files changed
+10
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
133 | | - | |
134 | | - | |
135 | 137 | | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
0 commit comments