summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/errormsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/errormsg.h')
-rw-r--r--Build/source/texk/ttf2pk2/errormsg.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/ttf2pk2/errormsg.h b/Build/source/texk/ttf2pk2/errormsg.h
index 841dd42a036..1c534ce92ed 100644
--- a/Build/source/texk/ttf2pk2/errormsg.h
+++ b/Build/source/texk/ttf2pk2/errormsg.h
@@ -11,26 +11,6 @@
#ifndef ERRORMSG_H
#define ERRORMSG_H
-
-/*
- Disable some annoying warnings when you compile with -W3. Namely the
- warnings about missing __cdecl specifiers at some places where they are
- not really needed because the compiler can generate them.
-
- This is relevant only if you compile with -Gr option, i.e., use fastcall
- calling convention.
-
- This is needed for fpTeX.
- */
-
-#ifdef WIN32
-#pragma warning (disable : 4007 4096)
-#define XCDECL __cdecl
-#else
-#define XCDECL
-#endif
-
-
extern const char *progname; /* the origin of the error/warning message */
void oops(const char *message,