Source-level availability-macro tweaking
Source-level availability-macro tweaking
- Subject: Source-level availability-macro tweaking
- From: Kirk Kerekes <email@hidden>
- Date: Tue, 1 Oct 2002 12:29:24 -0500
Is there some way to selectively adjust the AvailabilityMacros.h
warnings so that code that has been properly conditionalized to account
for OS version can compile without warning, while code that has
inadvertent availability problems gets flagged?
I have tried using #define to redefine the value of
MAC_OS_X_VERSION_MAX_ALLOWED, but that just generates 3 warnings
instead of 1 -- the original warning bracketed by two warnings that I
have redefined the value of MAC_OS_X_VERSION_MAX_ALLOWED.
This is not an improvement.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.