Skip to content
Snippets Groups Projects
Commit 8557435f authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added warnings about deprecated stuff

parent 82c210c6
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ distclean: clean
dnx_profile.xls ExLibMessageFile.properties LICENSE.txt manifest.txt
%.class: %.java
${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} $<
${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:deprecation $<
doc: $(SOURCES)
javadoc -d doc/ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment