Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
30638bb1
Commit
30638bb1
authored
16 years ago
by
Brian McGroarty
Browse files
Options
Downloads
Patches
Plain Diff
Additional gcc warnings - no code effect
parent
b59caea9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcommon/llprocessor.h
+5
-5
5 additions, 5 deletions
indra/llcommon/llprocessor.h
indra/llrender/llrender.h
+2
-2
2 additions, 2 deletions
indra/llrender/llrender.h
with
7 additions
and
7 deletions
indra/llcommon/llprocessor.h
+
5
−
5
View file @
30638bb1
...
...
@@ -58,7 +58,7 @@
#endif
typedef
struct
ProcessorExtensions
typedef
struct
{
bool
FPU_FloatingPointUnit
;
bool
VME_Virtual8086ModeEnhancements
;
...
...
@@ -99,7 +99,7 @@ typedef struct ProcessorExtensions
bool
AA64_AMD64BitArchitecture
;
}
ProcessorExtensions
;
typedef
struct
ProcessorCache
typedef
struct
{
bool
bPresent
;
char
strSize
[
32
];
/* Flawfinder: ignore */
...
...
@@ -109,13 +109,13 @@ typedef struct ProcessorCache
char
strCache
[
128
];
/* Flawfinder: ignore */
}
ProcessorCache
;
typedef
struct
ProcessorL1Cache
typedef
struct
{
ProcessorCache
Instruction
;
ProcessorCache
Data
;
}
ProcessorL1Cache
;
typedef
struct
ProcessorTLB
typedef
struct
{
bool
bPresent
;
char
strPageSize
[
32
];
/* Flawfinder: ignore */
...
...
@@ -124,7 +124,7 @@ typedef struct ProcessorTLB
char
strTLB
[
128
];
/* Flawfinder: ignore */
}
ProcessorTLB
;
typedef
struct
ProcessorInfo
typedef
struct
{
char
strVendor
[
16
];
/* Flawfinder: ignore */
unsigned
int
uiFamily
;
...
...
This diff is collapsed.
Click to expand it.
indra/llrender/llrender.h
+
2
−
2
View file @
30638bb1
...
...
@@ -213,12 +213,12 @@ class LLRender
LLTexUnit
*
getTexUnit
(
U32
index
);
typedef
struct
Vertex
typedef
struct
{
GLfloat
v
[
3
];
GLubyte
c
[
4
];
GLfloat
uv
[
2
];
};
}
Vertex
;
public
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment