digination / dirbuster-ng

dirbuster-ng is C CLI implementation of the Java dirbuster tool
339 stars 373 forks source link

Compilation error #5

Open ghost opened 7 years ago

ghost commented 7 years ago
[ 20%] Building C object CMakeFiles/dirbuster-ng.dir/src/dirbuster-ng.c.o
/Users/rockyou/Virtual Apps/dirbuster-ng/src/dirbuster-ng.c:15:7: error: 
      non-void function 'parse_arguments' should return a value [-Wreturn-type]
                                return;
                                ^

Changing return; to return 0; solves this problem.