talkatu/talkatu

ignore pvs studio v568

2020-08-22, Gary Kramlich
bde456446ed7
ignore pvs studio v568

Ignore pvs-studio code v568

Testing Done:
Ran the pvs-studio image and verified that v568 is ignored

https://www.viva64.com/en/w/v568/

Reviewed at https://reviews.imfreedom.org/r/88/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```