Mercurial > sdl-ios-xcode
annotate test/.cvsignore @ 720:f90d80d68071
N Sep 17 8791 Sam Lantinga Re: tks source released
Date: Sun, 07 Sep 2003 02:51:58 +0200
From: Stephane Marchesin
Subject: [SDL] Two little patches
Compiling SDL with a recent gcc (gcc 3.3.1, 3.3 doesn't have this
behaviour) gives some nasty warnings :
SDL_blit_A.c: In function `BlitRGBtoRGBSurfaceAlpha128MMX':
SDL_blit_A.c:223: warning: integer constant is too large for "long" type
SDL_blit_A.c:225: warning: integer constant is too large for "long" type
SDL_blit_A.c:227: warning: integer constant is too large for "long" type
[...]
The first attached patch (longlongfix.patch) tells gcc to really treat
those constants as unsigned long long and not long.
The second patch (nasinclude.patch) fixes an include problem I had while
compiling nas audio : when the <audio/audiolib.h> file lies in
/usr/X11R6/include, a -I/usr/X11R6/include option is needed or the file
isn't found.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 21 Sep 2003 18:32:04 +0000 |
parents | 8b58eeef4576 |
children | 623b453a3219 |
rev | line source |
---|---|
416 | 1 Makefile.in |
2 Makefile | |
3 configure | |
4 config.cache | |
5 config.log | |
6 config.status | |
7 aclocal.m4 | |
8 checkkeys | |
9 graywin | |
10 loopwave | |
11 testalpha | |
12 testbitmap | |
13 testcdrom | |
14 testerror | |
15 testgamma | |
16 testgl | |
17 testhread | |
18 testjoystick | |
19 testkeys | |
20 testlock | |
21 testoverlay | |
676
8b58eeef4576
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
416
diff
changeset
|
22 testoverlay2 |
416 | 23 testpalette |
24 testsem | |
25 testsprite | |
26 testtimer | |
27 testtypes | |
28 testver | |
29 testvidinfo | |
30 testwin | |
31 testwm | |
32 threadwin |