Files
Rust-BBEdit/Rust.xcodeproj/project.pbxproj
Lionel Sambuc a6555f786e Resolve several warnings
* Removed a couple of unused variables

 * Removed settings specifications whenever possible, to use default
   values

 * Set ALWAYS_SEARCH_USER_PATHS to NO, as it is now deprecated.

 * Applied the recommended settings for warnings, except for
   implicit casts to (u)int 32bit values. The reason is these come from
   the iterator implemented in the BBEdit official header.
2019-02-27 11:48:08 +01:00

6.6 KiB