diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2007-09-21 04:56:39 -0400 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2007-09-21 04:56:39 -0400 |
commit | b0fa489eba9170c4b102bf0feb1b1c3f02a34e4e (patch) | |
tree | 65a0ba503411ea5749e2e0233211ebe1d36b1af9 /src/mesa/pipe/softpipe/sp_context.c | |
parent | 154335d53f9eb3a2ae46b46858ffcaa6e144e821 (diff) |
Silence a few warnings.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c index ebd5530950..cac44606f7 100644 --- a/src/mesa/pipe/softpipe/sp_context.c +++ b/src/mesa/pipe/softpipe/sp_context.c @@ -236,7 +236,7 @@ static const char *softpipe_get_vendor( struct pipe_context *pipe ) return "Tungsten Graphics, Inc."; } -static int softpipe_get_param(struct pipe_context *pipe, uint param) +static int softpipe_get_param(struct pipe_context *pipe, int param) { switch (param) { case PIPE_PARAM_FS_NEEDS_POS: |