Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b5695711
Commit
b5695711
authored
Apr 30, 2004
by
Andy Cedilnik
Browse files
ENH: Remove warning
parent
23ba0094
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Simple/simpleWe.cpp
View file @
b5695711
...
...
@@ -7,10 +7,11 @@ public:
{
printf
(
"This one has nonstandard extension
\n
"
);
}
int
getnum
()
{
return
0
;
}
};
int
bar
()
{
Foo
f
;
return
0
;
return
f
.
getnum
()
;
}
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