mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added configuration option allowing people to turn on/off the compiler
warnings for #import git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e6e3a2f04
commit
60c030c385
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed Feb 27 13:05:49 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* configure.in: Added configure option --disable-import which
|
||||
allows users to turn on/off the compiler warnings against usage of
|
||||
#import. Leave the default to no warnings.
|
||||
* configure: Regenerated.
|
||||
* config.make.in (OBJC_NO_IMPORT_FLAGS): New flag.
|
||||
* common.make (OBJCFLAGS): Set in terms of OBJC_NO_IMPORT_FLAGS.
|
||||
|
||||
2002-02-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/README.MinGW: updated to latest versions of
|
||||
|
|
Loading…
Reference in a new issue