]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volser: remove pragma requiring ultranew gcc
authorDerrick Brashear <shadow@dementia.org>
Thu, 14 Jul 2011 02:47:57 +0000 (22:47 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 14 Jul 2011 05:49:09 +0000 (22:49 -0700)
this won't fly with the gcc in the field most places. move along.
(cherry picked from commit XXX)

Change-Id: I7ca987e05502c0ffc75f826b40200467bf0abfbb
Reviewed-on: http://gerrit.openafs.org/5015
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/volser/volprocs.c

index 5c9cebd9dbc0123796ff81a6b18afac762866b0c..881ecbd609d33afde22bb4b01b143fb2ab42adc3 100644 (file)
@@ -12,8 +12,6 @@
 #include <afsconfig.h>
 #include <afs/param.h>
 
-#pragma  GCC diagnostic warning "-Wunused-but-set-variable"
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <string.h>