Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Utils
KWSys
Commits
f3d4b12b
Commit
f3d4b12b
authored
3 years ago
by
Sean McBride
Browse files
Options
Downloads
Patches
Plain Diff
Fix Wmissing-prototypes warnings by making functions static
parent
f771c009
No related branches found
No related tags found
1 merge request
!235
Fix various warnings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testDirectory.cxx
+3
-3
3 additions, 3 deletions
testDirectory.cxx
with
3 additions
and
3 deletions
testDirectory.cxx
+
3
−
3
View file @
f3d4b12b
...
...
@@ -19,7 +19,7 @@ file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
#include
<testSystemTools.h>
int
_doLongPathTest
()
static
int
_doLongPathTest
()
{
using
namespace
kwsys
;
static
const
int
LONG_PATH_THRESHOLD
=
512
;
...
...
@@ -77,7 +77,7 @@ int _doLongPathTest()
return
res
;
}
int
_nonExistentDirectoryTest
()
static
int
_nonExistentDirectoryTest
()
{
using
namespace
kwsys
;
int
res
=
0
;
...
...
@@ -105,7 +105,7 @@ int _nonExistentDirectoryTest()
return
res
;
}
int
_copyDirectoryTest
()
static
int
_copyDirectoryTest
()
{
using
namespace
kwsys
;
const
std
::
string
source
(
TEST_SYSTEMTOOLS_BINARY_DIR
...
...
This diff is collapsed.
Click to expand it.
Brad King
@brad.king
mentioned in commit
e19a5668
·
3 years ago
mentioned in commit
e19a5668
mentioned in commit e19a5668f01bb9d96440ce96e777749d6e92562d
Toggle commit list
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