Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Show more breadcrumbs
IRT
Sleuthkit
Commits
b925be1f
Commit
b925be1f
authored
13 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
Added warning flags to C++ classes
parent
ef8a723b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+5
-7
5 additions, 7 deletions
configure
tsk3/auto/Makefile.in
+1
-1
1 addition, 1 deletion
tsk3/auto/Makefile.in
with
6 additions
and
8 deletions
configure
+
5
−
7
View file @
b925be1f
...
@@ -20324,9 +20324,8 @@ done
...
@@ -20324,9 +20324,8 @@ done
test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
fi
fi
test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
test "x$JAVAC" = x && { echo "$as_me:$LINENO: WARNING: no acceptable Java compiler found in \$PATH" >&5
echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
echo "$as_me: WARNING: no acceptable Java compiler found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
...
@@ -20337,7 +20336,7 @@ else
...
@@ -20337,7 +20336,7 @@ else
JAVA_TEST=Test.java
JAVA_TEST=Test.java
CLASS_TEST=Test.class
CLASS_TEST=Test.class
cat << \EOF > $JAVA_TEST
cat << \EOF > $JAVA_TEST
/* #line 203
40
"configure" */
/* #line 203
39
"configure" */
public class Test {
public class Test {
}
}
EOF
EOF
...
@@ -20349,9 +20348,8 @@ if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
...
@@ -20349,9 +20348,8 @@ if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
(exit $ac_status); }; } >/dev/null 2>&1; then
(exit $ac_status); }; } >/dev/null 2>&1; then
ac_cv_prog_javac_works=yes
ac_cv_prog_javac_works=yes
else
else
{ { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
{ echo "$as_me:$LINENO: WARNING: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
echo "$as_me: WARNING: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
{ (exit 1); exit 1; }; }
echo "configure: failed program was:" >&5
echo "configure: failed program was:" >&5
cat $JAVA_TEST >&5
cat $JAVA_TEST >&5
fi
fi
...
...
This diff is collapsed.
Click to expand it.
tsk3/auto/Makefile.in
+
1
−
1
View file @
b925be1f
...
@@ -202,7 +202,7 @@ sysconfdir = @sysconfdir@
...
@@ -202,7 +202,7 @@ sysconfdir = @sysconfdir@
target_alias
=
@target_alias@
target_alias
=
@target_alias@
top_builddir
=
@top_builddir@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
AM_CPPFLAGS
=
-I
../..
-I
$(
srcdir
)
/../..
-Wall
AM_CPPFLAGS
=
-I
../..
-I
$(
srcdir
)
/../..
-Wall
-Wmultichar
-Wstrict-null-sentinel
-Woverloaded-virtual
-Wsign-promo
EXTRA_DIST
=
.indent.pro
EXTRA_DIST
=
.indent.pro
noinst_LTLIBRARIES
=
libtskauto.la
noinst_LTLIBRARIES
=
libtskauto.la
# Note that the .h files are in the top-level Makefile
# Note that the .h files are in the top-level Makefile
...
...
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