ref: 58eed04d5aa034c9af3e2919a0b49fc92a4df75b
parent: 94204895db9f059f089299bebe230ab0a1b7aaa9
author: Werner Lemberg <[email protected]>
date: Tue May 2 18:26:09 EDT 2006
* include/freetype/config/ftoption.h (FT_STRICT_ALIASING): Removed.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-03 Werner Lemberg <[email protected]>
+
+ * include/freetype/config/ftoption.h (FT_STRICT_ALIASING): Removed.
+
2006-05-02 Werner Lemberg <[email protected]>
* include/freetype/internal/ftmemory.h: s/new/newsz/ (for C++).
@@ -8,8 +12,8 @@
* src/base/ftstream.c (FT_Stream_EnterFrame): Add cast.
- * include/freetype/config.h (FT_BASE_DEF) [__cplusplus]: Remove
- `extern'.
+ * include/freetype/config/ftconfig.h (FT_BASE_DEF) [__cplusplus]:
+ Remove `extern'.
2006-05-02 David Turner <[email protected]>
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -582,20 +582,6 @@
/*
- * This temporary macro is used to control whether we are going to compile
- * certain functions like ft_mem_alloc in a way that prevents recent GCC
- * releases from emitting zillions of `strict aliasing' warning messages
- * each time a memory-management function is called.
- *
- * Note that it shouldn't be activated when building the library with
- * a C++ compiler.
- */
-#ifndef __cplusplus
-#define FT_STRICT_ALIASING
-#endif
-
-
- /*
* Define this variable if you want to keep the layout of internal
* structures that was used prior to FreeType 2.2. This also compiles in
* a few obsolete functions to avoid linking problems on typical Unix