Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various cleanup. #145

Merged
merged 3 commits into from May 9, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix build warnings.

  • Loading branch information
Ms2ger committed May 9, 2015
commit 73fa96e1fa8eb2c7c5319ddba7feff8067aab958
@@ -64,6 +64,7 @@ mod ValueTag {
}

#[cfg(target_pointer_width = "64")]
#[allow(dead_code)]
mod ValueShiftedTag {
use super::{JSVAL_TAG_MAX_DOUBLE, JSVAL_TAG_SHIFT, ValueTag};

@@ -5,9 +5,9 @@
#![crate_name = "js"]
#![crate_type = "rlib"]

#![feature(link_args, unsafe_destructor,collections)]
#![feature(link_args, collections)]

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes)]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes, raw_pointer_derive)]

extern crate libc;
#[macro_use]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.