Changeset 17e58bd in git


Ignore:
Timestamp:
Aug 26, 2010, 5:51:10 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
03901613ac5a5b40f44fd7758528af836672e4e2
Parents:
dc065503edb01817e70a7dc2ab631d728109ffd2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-08-26 17:51:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:27+01:00
Message:
Adding more warnings to the debug build output!
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    rdc06550 r17e58bd  
    8686
    8787CCG             = ${CC}
    88 CXXG            = ${CXX}
     88CXXG            = ${CXX} -Wextra -Wall -pedantic -fdiagnostics-show-option
    8989OBJSG1 := $(CXXSOURCES:.cc=.og)
    9090
  • coeffs/config.h.in

    rdc06550 r17e58bd  
    22#define memcpy4 memcpy
    33
     4
     5#pragma GCC diagnostic ignored "-Wunused-parameter"
     6#pragma GCC diagnostic ignored "-Wunused-variable"
  • misc/auxiliary.h.in

    rdc06550 r17e58bd  
    320320
    321321
     322#define DO_PRAGMA(x) _Pragma (#x)
     323#define TODO(who, msg) DO_PRAGMA(message ("TODO [for " #who "]: " #msg))
     324
     325
     326
     327
    322328
    323329#endif
  • misc/mylimits.h

    rdc06550 r17e58bd  
    1616
    1717#ifdef IRIX
    18 #include "omlimits.h"
     18#include <omlimits.h>
    1919#else
    2020#include <limits.h>
Note: See TracChangeset for help on using the changeset viewer.