mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
fix a few warnings
This commit is contained in:
parent
b4199a1f71
commit
6c58ddae17
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "macros.h"
|
||||
#include "program.h"
|
||||
|
||||
#include "s_atifragshader.h"
|
||||
#include "s_nvfragprog.h"
|
||||
#include "s_span.h"
|
||||
#include "s_texture.h"
|
||||
|
|
@ -219,7 +220,7 @@ write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
|
|||
dst[3] = src[3];
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
finish_pass(struct atifs_machine *machine)
|
||||
{
|
||||
GLint i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue