Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
240d7dab
Commit
240d7dab
authored
Aug 21, 2013
by
Christian Schulte zu Berge
Browse files
forcing compiler error and GCC warning to test CI system
parent
1ea7a433
Changes
2
Hide whitespace changes
Inline
Side-by-side
application/campvis.cpp
View file @
240d7dab
...
...
@@ -83,7 +83,7 @@ int main(int argc, char** argv) {
//app.addVisualizationPipeline("Columbia", new Columbia1());
#endif
compiler
error
;
app
.
init
();
int
toReturn
=
app
.
run
();
...
...
core/datastructures/imagedata.cpp
View file @
240d7dab
...
...
@@ -47,6 +47,11 @@ namespace campvis {
,
_mappingInformation
(
size
,
tgt
::
vec3
(
0.
f
),
tgt
::
vec3
(
1.
f
))
// TODO: get offset/voxel size as parameter or put default values into ImageMappingInformation ctor.
{
tgtAssert
(
numChannels
>
0
,
"Number of channels must be greater than 0!"
);
char
*
foo
=
new
char
[
123
];
void
*
bar
=
foo
;
delete
foo
;
}
ImageData
::~
ImageData
()
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment