Fix warnings it tests

This commit is contained in:
Erick Tryzelaar
2013-08-17 08:37:42 -07:00
parent e20d46056d
commit ad5c676853
400 changed files with 701 additions and 581 deletions

View File

@@ -41,6 +41,8 @@
// debugger:print mixed_padding
// check:$10 = {x = {{40, 41, 42}, {43, 44}}, y = {45, 46, 47, 48}}
#[allow(unused_variable)];
struct NoPadding1 {
x: (i32, i32),
y: i32,
@@ -148,4 +150,4 @@ fn main() {
zzz();
}
fn zzz() {()}
fn zzz() {()}