Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas Iooss
b029b164c4 Fix comparisons between numbers with mismatched signedness in libqpol
Fix warnings reported by "gcc -Wsign-compare"
2014-11-02 13:02:58 -05:00
Nicolas Iooss
35722ab22d Improve libqpol yyerror/yywarn prototypes
* Add printf format specifier for yyerror2 to be able to use
  "gcc -Wformat-security"
* Constify message string to avoid gcc warnings about casting string
  literals to non-const char*.
2014-11-02 13:02:10 -05:00
Chris PeBenito
8363f8edf7 Import libqpol from setools3.
Break setools3 dependence. Also fix SWIG wrapper to work with SWIG 2.x.
2014-10-24 21:00:24 -04:00