Monty Taylor wrote:
> #At http://bazaar.launchpad.net/~mordred/mysql-server/5.1-telco-6.2
>
> 2633 Monty Taylor 2008-07-16
> BUG#38177 - Public headers prevent applications from being built with warnings
> turned on
>
> Fixed all of the build warnings produced by compiling a test program with: "-W
> -Wall -Wextra -std=gnu++98 -pedantic -Wundef -Wredundant-decls -Wno-long-long
> -Wno-strict-aliasing -Werror"
> modified:
> include/my_global.h
> include/mysql_com.h
> storage/ndb/include/mgmapi/mgmapi.h
> storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp
> storage/ndb/include/ndbapi/NdbOperation.hpp
> storage/ndb/include/ndbapi/NdbTransaction.hpp
why tamper with my_global it should not be used by application (nor be included from
public file)
/jonas