diff options
author | Michel Dänzer <[email protected]> | 2008-05-08 13:26:23 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-05-08 13:26:23 +0100 |
commit | 7ffbfaccfb1484a4ffd5aea0e0e1fbb407977a56 (patch) | |
tree | 192a6e40751dec9cd5953e815da8f63b5f426c4d /src/gallium/auxiliary/pipebuffer/pb_validate.h | |
parent | 82dd0225e7e21a35ca66d439dce8cfa39d782470 (diff) |
gallium: Make sure functions have proper prototypes and remove unused variable.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_validate.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_validate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_validate.h b/src/gallium/auxiliary/pipebuffer/pb_validate.h index b0f05d3119d..3db1d5330b9 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_validate.h +++ b/src/gallium/auxiliary/pipebuffer/pb_validate.h @@ -78,7 +78,7 @@ pb_validate_fence(struct pb_validate *vl, struct pipe_fence_handle *fence); struct pb_validate * -pb_validate_create(); +pb_validate_create(void); void pb_validate_destroy(struct pb_validate *vl); |