Remove compiler warning
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 23 Apr 2015 18:46:39 +0000 (18:46 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 23 Apr 2015 21:46:34 +0000 (14:46 -0700)
commitdd92c6165ddb53922562c43fdcc8845dc4bb435a
tree97fc5ea1d7182fc358fbe301fd2f39a497d6228e
parente1e29b268c77c862f2827beeb4f319396dc66ef2
Remove compiler warning

When linking executables on windows the following argument is passed
to the linker -Qunused-arguments.
This results in the following warning:
Command line warning D9002 : ignoring unknown option '-Qunused-arguments'

This patch removes that warning.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
build-aux/cccl