Commit d21b23e
properties-view: Silence obs_data deprecation warning
OBS 32 marks the obs_data_*_autoselect_* API as OBS_DEPRECATED. The
vendored properties-view.cpp still uses these (still-functional) calls,
so the plugin template's warnings-as-errors turned C4996 into a build
failure. Suppress only the deprecation diagnostic for this interface
target instead of removing the calls, keeping behaviour unchanged.
Signed-off-by: EdueskaWeiz (GitHub user)
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>1 parent 8799eba commit d21b23e
1 file changed
Lines changed: 11 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
47 | 58 | | |
48 | 59 | | |
49 | 60 | | |
| |||
0 commit comments