Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
15d13260
Commit
15d13260
authored
Jul 18, 2016
by
Ludovic Courtès
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data_interpolants: Wrap #warning in "#ifdef __GNUC__".
Reported by Laurent Belcour.
parent
7645135f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sources/plugins/data_interpolants/grid.cpp
sources/plugins/data_interpolants/grid.cpp
+3
-1
No files found.
sources/plugins/data_interpolants/grid.cpp
View file @
15d13260
...
...
@@ -380,7 +380,9 @@ ALTA_DLL_EXPORT data* load_data(std::istream& input,
// XXX: Should be done in constructor.
result
->
initialize
(
header
,
false
);
#warning FIXME we are not returning a "BrdfGrid"
#ifdef __GNUC__
# warning FIXME we are not returning a "BrdfGrid"
#endif
// We should probably rewrite this class as a transformation from 'data'
// to 'data'.
...
...
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