GCC attacks!

This commit is contained in:
Scott Long 2009-02-16 18:02:32 +00:00
parent e9df28284b
commit 6de67521aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188688

View File

@ -5439,7 +5439,8 @@ static char *probe_action_text[] = {
#define PROBE_SET_ACTION(softc, newaction) \
do { \
char **text = probe_action_text; \
char **text; \
text = probe_action_text; \
CAM_DEBUG((softc)->periph->path, CAM_DEBUG_INFO, \
("Probe %s to %s\n", text[(softc)->action], \
text[(newaction)])); \