diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-01 17:52:03 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-02 16:42:27 +0100 |
commit | fed527aa5b1bf6855de2f76c22689b99a810122b (patch) | |
tree | c4ba5d5feb4af9d2c7cc567ba0f8719d43b9c84a /.gitignore | |
parent | test-selinux: add some simple tests which call functions and print the result... (diff) | |
download | systemd-fed527aa5b1bf6855de2f76c22689b99a810122b.tar.xz systemd-fed527aa5b1bf6855de2f76c22689b99a810122b.zip |
test-sizeof: add a helper which prints variable sizes and signedness
This helps to understand misleading gcc warnings about type mismatches.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 539daadce0..18db046cac 100644 --- a/.gitignore +++ b/.gitignore @@ -248,6 +248,7 @@ /test-sched-prio /test-selinux /test-set +/test-sizeof /test-sigbus /test-signal-util /test-siphash24 |