summaryrefslogtreecommitdiff
path: root/asn1/h450/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-19 19:36:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-19 19:36:32 +0000
commitf9d87c58002791c80547593c52ed09b2bc125641 (patch)
treec623e58907d522ee20dc746a97dde18fe7369b17 /asn1/h450/Makefile.nmake
parenta010425f352c5094344b863adc85a4d8d76fbb7d (diff)
downloadwireshark-f9d87c58002791c80547593c52ed09b2bc125641.tar.gz
Get rid of some GCC warnings about unused code.
svn path=/trunk/; revision=16861
Diffstat (limited to 'asn1/h450/Makefile.nmake')
-rw-r--r--asn1/h450/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake
index 3da53ee0ed..af9b7780e0 100644
--- a/asn1/h450/Makefile.nmake
+++ b/asn1/h450/Makefile.nmake
@@ -37,5 +37,5 @@ fix_eol: generate_dissector
del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp
copy_files: generate_dissector fix_eol
- xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d
- xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d
+ xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y
+ xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y