linker: Make linker_{error,warning} generally available
linker_warning is a new function. It's identical to linker_error except that it doesn't set LinkStatus=false and it prepends "warning: " on messages instead of "error: ". Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
#include "glsl_parser_extras.h"
|
||||
#include "linker.h"
|
||||
#include "program/hash_table.h"
|
||||
#include "program.h"
|
||||
|
||||
struct call_node : public exec_node {
|
||||
class function *func;
|
||||
|
Reference in New Issue
Block a user