Do not define not needed stuff

This commit is contained in:
Luis Díaz Más
2022-03-04 17:06:55 +01:00
parent 7ed43037e3
commit 23da0c3955
6 changed files with 2 additions and 19 deletions
-4
View File
@@ -1,9 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#if _MSC_VER >= 1400
# pragma warning(disable : 4996)
#endif
// included header files
#include <assert.h>
#include <errno.h>