Changeset 644f81 in git for kernel/ideals.h


Ignore:
Timestamp:
Jul 17, 2012, 8:45:26 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
805d0b10ffd62e7ff079f116851129cc4ae8f89d
Parents:
b807aa0bd6e1249f115476cb4d948cfd5d6b9d3c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-17 20:45:26+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-17 21:33:54+02:00
Message:
eliminates some more of compiler warnings: "unused result value"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rb807aa0 r644f81  
    5959#define idPrint(id) idShow(id, currRing, currRing)
    6060#else
    61 #define idTest(A)  (TRUE)
     61#define idTest(A)  ((void)(TRUE))
    6262#define idPrint(A) ((void)0)
    6363#endif
Note: See TracChangeset for help on using the changeset viewer.