File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ CFLAGS=\
3636 -Werror=format-security \
3737 -fdiagnostics-absolute-paths \
3838 -Wno-objc-protocol-property-synthesis \
39+ -Wignored-qualifiers \
3940 -g \
4041 -I.
4142SWIFTFLAGS =-g -emit-library
Original file line number Diff line number Diff line change 2929
3030static char original_working_directory_path [MAXPATHLEN];
3131
32- const char * const
32+ const char *
3333xamarin_get_original_working_directory_path ()
3434{
3535 return original_working_directory_path;
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ void xamarin_bridge_raise_unhandled_exception_event (GCHandle exception_gchand
229229bool xamarin_register_monoassembly (MonoAssembly * assembly , GCHandle * exception_gchandle );
230230void xamarin_install_nsautoreleasepool_hooks ();
231231void xamarin_enable_new_refcount ();
232- const char * const xamarin_get_original_working_directory_path ();
232+ const char * xamarin_get_original_working_directory_path ();
233233int xamarin_get_runtime_arch ();
234234
235235MonoObject * xamarin_new_nsobject (id self , MonoClass * klass , GCHandle * exception_gchandle );
You can’t perform that action at this time.
0 commit comments