refactor(PVS/V009): add special comment at top of file required by PVS

More info: https://pvs-studio.com/en/docs/warnings/v009/
This commit is contained in:
Dundar Göc 2022-01-01 16:23:22 +01:00
parent a5eadbaf3c
commit 68b23b08a0

View File

@ -1,3 +1,5 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include <lua.h>
#include <lauxlib.h>