I\'m currently running Linux Mint on my Machine with GCC-5.3 because C11 is included default.
Linux Mint
GCC-5.3
C11
I started learning C fo
C
That [-Wpedantic] at the end of the error message means that the warning is generated by -pedantic compiler option. In other words -pedantic is already enabled.
[-Wpedantic]
-pedantic