mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
assembler: Cleanup visibility of a few global variables/functions
Not everything has to be exported out the compilation unit. Do a small cleanup pass. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -42,6 +42,8 @@ typedef int GLint;
|
||||
typedef float GLfloat;
|
||||
|
||||
extern long int gen_level;
|
||||
extern int advanced_flag;
|
||||
extern int errors;
|
||||
|
||||
#define WARN_ALWAYS (1 << 0)
|
||||
#define WARN_ALL (1 << 31)
|
||||
|
||||
Reference in New Issue
Block a user