Fixed OS X warnings.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@512 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-05 23:26:46 +00:00
parent 757924a1b4
commit e7e59fe71c
2 changed files with 3 additions and 3 deletions

View File

@@ -102,8 +102,8 @@ RCODE FLMAPI ftkStartup( void)
// Sanity check -- make sure we are using the correct
// byte-swap macros for this platform
flmAssert( FB2UD( "\x0A\x0B\x0C\x0D") == 0x0D0C0B0A);
flmAssert( FB2UW( "\x0A\x0B") == 0x0B0A);
flmAssert( FB2UD( (FLMBYTE *)"\x0A\x0B\x0C\x0D") == 0x0D0C0B0A);
flmAssert( FB2UW( (FLMBYTE *)"\x0A\x0B") == 0x0B0A);
#if defined( FLM_RING_ZERO_NLM)
if( RC_BAD( rc = f_netwareStartup()))