Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
3e0efe59
Commit
3e0efe59
authored
Dec 06, 2013
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix g++ warnings.
git-svn-id:
https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24391
e7fa87d3-cd2b-0410-9028-fcbf551c1848
parent
7fc36691
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
glslangValidator.exe
Install/Windows/glslangValidator.exe
+0
-0
revision.h
glslang/Include/revision.h
+2
-2
Pp.cpp
glslang/MachineIndependent/preprocessor/Pp.cpp
+2
-2
No files found.
Install/Windows/glslangValidator.exe
View file @
3e0efe59
No preview for this file type
glslang/Include/revision.h
View file @
3e0efe59
...
...
@@ -9,5 +9,5 @@
// source have to figure out how to create revision.h just to get a build
// going. However, if it is not updated, it can be a version behind.
#define GLSLANG_REVISION "243
87
"
#define GLSLANG_DATE "2013/12/06
09:13:47
"
#define GLSLANG_REVISION "243
90
"
#define GLSLANG_DATE "2013/12/06
11:19:22
"
glslang/MachineIndependent/preprocessor/Pp.cpp
View file @
3e0efe59
...
...
@@ -408,7 +408,7 @@ namespace {
};
struct
{
struct
TBinop
{
int
token
,
precedence
,
(
*
op
)(
int
,
int
);
}
binop
[]
=
{
{
CPP_OR_OP
,
LOGOR
,
op_logor
},
...
...
@@ -431,7 +431,7 @@ struct {
{
'%'
,
MUL
,
op_mod
},
};
struct
{
struct
TUnop
{
int
token
,
(
*
op
)(
int
);
}
unop
[]
=
{
{
'+'
,
op_pos
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment