List Question
20 TechQA 2023-10-08T17:20:02.753000Why is a stray semicolon no longer detected by `-pedantic` modern compilers?
4.9k views
Asked by jerin
Is it possible to use GNU extensions unless pedantic?
118 views
Asked by Bolpat
What are the examples of non-ISO practices, which are not found by -pedantic?
367 views
Asked by pmor
How to put variable as argument in system()
134 views
Asked by appleline
Problem with downloading data - vertices of square
63 views
Asked by Roundstic
how to download an unrestricted line from a file using the fread function?
96 views
Asked by Roundstic
C++ g++ -pedantic warning
1k views
Asked by karln-create
Pedantic warning in use of G_DEFINE_BOXED_TYPE
224 views
Asked by Emanuel Schmidt
C++98 pedantic errors when using fixed width integers
580 views
Asked by kill -9
Will -Wpedantic do anything when compiling with a non-extension -std?
599 views
Asked by einpoklum
-Wno-pedantic ignored on older gcc
1.4k views
Asked by flowit
Ambiguous constructor taking std::reference_wrapper when compiling with -pedantic
499 views
Asked by zennehoy
C program crashes when using getchar after allocating memory
235 views
Asked by Romain Lebbadi-Breteau
What GCC parameters do I need in addition to -std and -pedantic-errors for portability?
214 views
Asked by Wingblade
Forward define struct AND type without any warnings
326 views
Asked by Tomáš Zato
Pedantic raising error when linking PAPI
350 views
Asked by yZaph
gcc makefile with -Wall -pedantic and -lpthread
1k views
Asked by Mari
How to traverse an array parameter as void pointer
5.2k views
Asked by Aaron
The difference between -pedantic-errors and -Werror=pedantic in gcc
2.6k views
Asked by Supremum
gcc: fixing -pedantic "unnamed structure" warning
2.8k views
Asked by Matthew Cline