DemesneGH commented on code in PR #147: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/147#discussion_r1816073903
########## optee-utee/src/lib.rs: ########## @@ -35,6 +35,7 @@ use core::panic::PanicInfo; use optee_utee_sys as raw; #[cfg(not(target_os = "optee"))] +#[cfg(not(feature = "no_panic_handler"))] Review Comment: merge the two condition into `#[cfg(all(not(target_os = "optee"), not(feature = "no_panic_handler")))]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org