Menu

#44 Namespace does not need ending semicolon

None
closed
nobody
None
5
2014-08-27
2014-06-17
Anonymous
No

g++ -std=c++11 -pedantic -fPIC -o plotsine plotsine_main.cpp plotsine.cpp -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/include/qwt6 -lqwt6

In file included from plotsine.cpp:25:0:
/usr/include/qwt6/qwt.h:20:2: warning: extra ‘;’ [-Wpedantic]
};
^

1 Attachments

Discussion

  • Uwe Rathmann

    Uwe Rathmann - 2014-08-27
    • status: open --> closed
    • Group: -->
     
  • Uwe Rathmann

    Uwe Rathmann - 2014-08-27

    fixed in all relevant branches

     

Anonymous
Anonymous

Add attachments
Cancel