Ignore:
Timestamp:
Aug 30, 2013, 9:36:58 PM (12 years ago)
Author:
katerina
Message:

Fix for ticket #344 (Problems with Ubuntu 13.04)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/rijndael-alg-fst.c

    r383 r440  
    2222
    2323#include "rijndael-boxes-fst.h"
     24
     25#if defined(GCC_VERSION_MAJOR)
     26#if (GCC_VERSION_MAJOR > 4) || ((GCC_VERSION_MAJOR == 4) && (GCC_VERSION_MINOR > 4))
     27#pragma GCC diagnostic ignored "-Wstrict-aliasing"
     28#endif
     29#endif
    2430
    2531int rijndaelKeySched(word8 k[MAXKC][4], word8 W[MAXROUNDS+1][4][4], int ROUNDS) {
Note: See TracChangeset for help on using the changeset viewer.