gallium: Make sure functions have proper prototypes and remove unused variable.

This commit is contained in:
Michel Dänzer 2008-05-08 13:26:23 +01:00
parent 82dd0225e7
commit 7ffbfaccfb
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,7 @@
#include "pb_buffer.h"
#include "pb_buffer_fenced.h"
#include "pb_validate.h"
struct pb_validate
@ -107,7 +108,6 @@ pb_validate_fence_cb(void *key, void *value, void *_data)
{
struct pb_buffer *buf = (struct pb_buffer *)key;
struct pb_validate_fence_data *data = (struct pb_validate_fence_data *)_data;
struct pb_validate *vl = data->vl;
struct pipe_fence_handle *fence = data->fence;
assert(value == key);

View File

@ -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);