Skip to content

Instantly share code, notes, and snippets.

@tambry
Created December 8, 2012 07:37
Show Gist options
  • Save tambry/4239150 to your computer and use it in GitHub Desktop.
Save tambry/4239150 to your computer and use it in GitHub Desktop.
mcp_compile log
src\common\net\minecraftforge\liquids\LiquidTank.java:48: warning: [deprecation] setCapacity(int) in ILiquidTank has been deprecated
public void setCapacity(int capacity) {
^
src\common\net\minecraftforge\liquids\LiquidTank.java:43: warning: [deprecation] setLiquid(LiquidStack) in ILiquidTank has been deprecated
public void setLiquid(LiquidStack liquid) {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment