aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/148 shared module resolving symbol in executable/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/148 shared module resolving symbol in executable/prog.c')
-rw-r--r--test cases/common/148 shared module resolving symbol in executable/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/148 shared module resolving symbol in executable/prog.c b/test cases/common/148 shared module resolving symbol in executable/prog.c
index b2abcdb..55ffee0 100644
--- a/test cases/common/148 shared module resolving symbol in executable/prog.c
+++ b/test cases/common/148 shared module resolving symbol in executable/prog.c
@@ -30,7 +30,7 @@ int main(int argc, char **argv)
int expected, actual;
fptr importedfunc;
- if (argc=0) {}; // noop
+ (void)argc; // noop
#ifdef _WIN32
HMODULE h = LoadLibraryA(argv[1]);