Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Hush warning 0618 Obsolete stuff (now that everything is obsolete).
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 14, 2014
1 parent 0236315 commit 4bf0745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compatibility-v13/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(ASSEMBLIES): $(platforms_dir)/android-%/Mono.Android.Support.v13.dll: $(JAR) E
-fixup=Metadata.xml \
-enumfields=EnumFields.xml -enummethods=EnumMethods.xml -global -v \
-o obj/platform-$* \
-cscopt -debug+ -cscopt -nowarn:0109,0108 $(SIGNOPTS:%=-cscopt %) \
-cscopt -debug+ -cscopt -nowarn:0109,0108,0618 $(SIGNOPTS:%=-cscopt %) \
-droiddoc=$(ANDROID_SDK_PATH)/docs/reference \
$(SOURCES:%=-cscopt "%")

Expand Down
2 changes: 1 addition & 1 deletion Compatibility-v4/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(ASSEMBLIES): $(platforms_dir)/android-%/Mono.Android.Support.v4.dll: $(JAR) En
-fixup=Metadata.xml \
-enumfields=EnumFields.xml -enummethods=EnumMethods.xml -global -v \
-o obj/platform-$* \
-cscopt -debug+ -cscopt -nowarn:0109,0108 $(SIGNOPTS:%=-cscopt %) \
-cscopt -debug+ -cscopt -nowarn:0109,0108,0618 $(SIGNOPTS:%=-cscopt %) \
-droiddoc=$(ANDROID_SDK_PATH)/docs/reference \
$(SOURCES:%=-cscopt "%")

Expand Down
2 changes: 1 addition & 1 deletion GoogleMaps/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $(ASSEMBLIES): $(platforms_dir)/android-%/Mono.Android.GoogleMaps.dll: fieldmap.
--global -v \
-i obj/android-$*/api.xml \
-o obj/android-$*
$(SMCS) -target:library -out:$@ -debug+ obj/android-$*/src/generated/*.cs $(SOURCES) \
$(SMCS) -target:library -out:$@ -nowarn:0109,0108,0618 -debug+ obj/android-$*/src/generated/*.cs $(SOURCES) \
-r:$(MONO_ANDROID_PATH)/lib/mandroid/platforms/android-$*/Mono.Android.dll $(SIGNOPTS)

$(DOCS): $(platforms_dir)/android-%/Mono.Android.GoogleMaps.xml: $(platforms_dir)/android-%/Mono.Android.GoogleMaps.dll fieldmap.xml Maps.fixup
Expand Down

0 comments on commit 4bf0745

Please sign in to comment.