Bustage fix follow-up to bug 629538. Fix pedantic error in ShaderLang.h that only shows up in non-IPC builds due to the way IPC disables pedantic. r=bjacob,a=bustage-fix
This commit is contained in:
@@ -93,7 +93,7 @@ typedef enum {
|
||||
SH_OBJECT_CODE = 0x0004,
|
||||
SH_ATTRIBUTES_UNIFORMS = 0x0008,
|
||||
SH_LINE_DIRECTIVES = 0x0010,
|
||||
SH_SOURCE_PATH = 0x0200,
|
||||
SH_SOURCE_PATH = 0x0200
|
||||
} ShCompileOptions;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user