Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
leeopop committed Feb 19, 2024
1 parent 4217c50 commit 5d13eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ impl State {
if clang::StorageClass::None == storage && !is_def {
continue;
}
// println!("cargo:warning={} {} {} {:?}", name, is_decl, f.is_inline_function(), storage);
println!("cargo:warning={} {} {} {:?}", name, is_decl, f.is_inline_function(), storage);

// Extract type names in C and Rust.
let c_return_type_string = return_type.get_display_name();
Expand Down

0 comments on commit 5d13eea

Please sign in to comment.