Since -Wno-long-long is ignored without -pedantic,
authorDuncan Sands <baldrick@free.fr>
Fri, 19 Jun 2009 12:40:30 +0000 (12:40 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 19 Jun 2009 12:40:30 +0000 (12:40 +0000)
commit9ff4c1366894e1c33ba352992cd7a1eb348a01c0
tree2db2080f804c0ec7d22d820940704aac9f0eaa40
parentb1019480b6806c38432ad3357ae7d756573c0835
Since -Wno-long-long is ignored without -pedantic,
place it with -pedantic.  Remove -Wunused since it
is implied by -Wall.  Group -Wno-unused-parameter
with -Wall -W since it is the combination of these
two that turns on -Wunused-parameter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73765 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules